Archive | /wp-includes/theme.php RSS feed for this section

require_if_theme_supports

Checks a theme’s support for a given feature before loading the functions which implement it.

2735

Continue reading

remove_theme_support

Allows a theme to de-register its support of a certain featureShould be called in the theme’s functions.php file. Generally would be used for child themes to override support from the parent theme.

2729

Continue reading

remove_theme_mod

Remove theme modification name from current theme list.If removing the name also removes all elements, then the entire option will be removed.

2725

Continue reading