Uses
Uses | Description |
---|---|
wp-includes/theme.php: header_video_settings | Filters header video settings. |
wp-includes/theme.php: get_header_video_url() | Retrieves header video URL for custom header. |
wp-includes/theme.php: get_custom_header() | Gets the header image data. |
wp-includes/theme.php: get_header_image() | Retrieves header image for custom header. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/functions.php: wp_check_filetype() | Retrieve the file type from the file name. |
wp-includes/functions.php: wp_get_mime_types() | Retrieve list of mime types and file extensions. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |