February 24, 2011 12:56 pm
Definition:
function get_theme_support( $feature ) {}
returns:The array of extra arguments
function get_theme_support( $feature ) {
global $_wp_theme_features;
if ( !isset( $_wp_theme_features[$feature] ) )
return false;
else
return $_wp_theme_features[$feature];
}
9704
Posted by Thorsten
Categories: /wp-includes/theme.php, Documentation, Files, Functions, Functions by letter g
Tags: codex, get_theme_support, idae3033134eafb79acaaf776f9f240887
Mobile Site | Full Site
Get a free blog at WordPress.com Theme: WordPress Mobile Edition by Alex King.