Description
Load the theme for the given theme version or premium version node
Usage
oikth_get_theme( $version );Parameters
- $version
- ( mixed ) required –
Returns
voidSource
File name: oik-themes/feed/oik-themes-feed.phpLines:
1 to 9 of 9
function oikth_get_theme( $version ) { if ( $version ) { $theme_id = get_post_meta( $version->ID, "_oiktv_theme", true ); $theme = get_post( $theme_id ); } else { $theme = null; } return( $theme ); }View on GitHub
Called by
1 to 1 of 1
Invoked by
Calls
Call hooks
API Letters:
