Uses
Uses | Description |
---|---|
wp-includes/general-template.php: site_icon_meta_tags | Filters the site icon meta tags, so plugins can add their own. |
wp-includes/general-template.php: has_site_icon() | Whether the site has a Site Icon. |
wp-includes/general-template.php: get_site_icon_url() | Returns the Site Icon URL. |
wp-includes/theme.php: is_customize_preview() | Whether the site is being previewed in the Customizer. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |