Uses
Uses | Description |
---|---|
wp-includes/general-template.php: get_custom_logo_image_attributes | Filters the list of custom logo image attributes. |
wp-includes/general-template.php: get_custom_logo | Filters the custom logo output. |
wp-includes/theme.php: is_customize_preview() | Whether the site is being previewed in the Customizer. |
wp-includes/theme.php: get_theme_support() | Gets the theme support arguments passed when registering that support. |
wp-includes/theme.php: get_theme_mod() | Retrieves theme modification value for the current theme. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/general-template.php: get_bloginfo() | Retrieves information about the current site. |
wp-includes/query.php: is_front_page() | Determines whether the query is for the front page of the site. |
wp-includes/query.php: is_paged() | Determines whether the query is for a paged result and not for the first page. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/load.php: get_current_blog_id() | Retrieve the current site ID. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/media.php: wp_get_attachment_image() | Get an HTML img element representing an image attachment |
wp-includes/post.php: get_post_meta() | Retrieves a post meta field for the given post ID. |
wp-includes/ms-blogs.php: switch_to_blog() | Switch the current blog. |
wp-includes/ms-blogs.php: restore_current_blog() | Restore the current blog, after calling switch_to_blog(). |