Uses
Uses | Description |
---|---|
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_image() | Gets random header image URL from registered images in theme. |
wp-includes/theme.php: get_theme_mod() | Retrieves theme modification value for the current theme. |
wp-includes/formatting.php: esc_url_raw() | Performs esc_url() for database usage. |
wp-includes/link-template.php: set_url_scheme() | Sets the scheme for a URL. |