Uses
Uses | Description |
---|---|
wp-includes/theme.php: current_theme_supports() | Checks a theme’s support for a given feature. |
wp-includes/theme.php: get_theme_support() | Gets the theme support arguments passed when registering that support. |
wp-includes/theme.php: is_random_header_image() | Checks if random header image is in use. |
wp-includes/theme.php: _get_random_header_data() | Gets random header image data from registered images in theme. |
wp-includes/theme.php: get_theme_mod() | Retrieves theme modification value for the current theme. |
wp-includes/theme.php: get_template_directory_uri() | Retrieves template directory URI for current theme. |
wp-includes/theme.php: get_stylesheet_directory_uri() | Retrieves stylesheet directory URI for current theme. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |