Uses
Uses | Description |
---|---|
wp-includes/embed.php: embed_site_title_html | Filters the site title HTML in the embed footer. |
wp-includes/general-template.php: get_site_icon_url() | Returns the Site Icon URL. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/general-template.php: get_bloginfo() | Retrieves information about the current site. |
wp-includes/link-template.php: includes_url() | Retrieves the URL to the includes directory. |
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. |