Description
Return the version metadata
Usage
oikth_get_latestversion( $version );Parameters
- $version
- ( mixed ) required –
Returns
voidSource
File name: oik-themes/feed/oik-themes-feed.phpLines:
1 to 7 of 7
function oikth_get_latestversion( $version ) { if ( $version ) $theme_version = get_post_meta( $version->ID, "_oiktv_version", true ); else $theme_version = null; return( $theme_version ); }View on GitHub
Called by
1 to 4 of 4
- oikth_theme_information() – https://spreadsheets.google.com/pub?key=0AqP80E74YcUWdEdETXZLcXhjd2w0cHMwX2U1eDlWTHc&authkey=CK7h9toK&hl=en&single=true&gid=0&output=html
- oikth_update_check() –
- oikth_validate_themeversion() – validate the theme and version against the given post ID
- _oikth_download_freeversion() – Create a link to download the FREE version
Invoked by
Calls
Call hooks
API Letters:
