Uses
Uses | Description |
---|---|
wp-admin/includes/class-custom-image-header.php: Custom_Image_Header::__construct() | Constructor – Register administration header callback. |
wp-admin/includes/class-custom-background.php: Custom_Background::__construct() | Constructor – Register administration header callback. |
wp-includes/theme.php: current_theme_supports() | Checks a theme’s support for a given feature. |
wp-includes/theme.php: add_theme_support() | Registers theme support for a given feature. |
wp-includes/theme.php: get_theme_support() | Gets the theme support arguments passed when registering that support. |
wp-includes/load.php: is_admin() | Determines whether the current request is for an administrative interface page. |
wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |