You appear to be a bot. Output may be restricted
Description
Return the WP_theme object for the named theme
Usage
bw_get_theme_name( $theme_name );
Parameters
- $theme_name
- ( mixed ) optional default: oik –
Returns
voidSource
File name: oik/libs/oik_themes.phpLines:
1 to 5 of 5
function bw_get_theme_name( $theme_name="oik" ) { $theme_object = wp_get_theme( $theme_name, null ); bw_trace2( $theme_object, "theme_data" ); return( $theme_object ); }View on GitHub View on Trac