Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: display_media_states | Filters the default media display states for items in the Media list table. |
wp-includes/theme.php: current_theme_supports() | Checks a theme’s support for a given feature. |
wp-includes/theme.php: is_random_header_image() | Checks if random header image is in use. |
wp-includes/theme.php: get_uploaded_header_images() | Gets the header images uploaded for the current theme. |
wp-includes/theme.php: get_header_image() | Retrieves header image for custom header. |
wp-includes/theme.php: get_background_image() | Retrieves background image for custom background. |
wp-includes/theme.php: get_theme_mod() | Retrieves theme modification value for the current theme. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: wp_list_pluck() | Pluck a certain field out of each object in a list. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post.php: wp_get_attachment_url() | Retrieve the URL for an attachment. |
wp-includes/post.php: get_post_meta() | Retrieves a post meta field for the given post ID. |