Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::is_cross_domain() | Determines whether the admin and the frontend are on different domains. |
wp-includes/class-wp-customize-manager.php: customize_allowed_urls | Filters the list of URLs allowed to be clicked and followed in the Customizer preview. |
wp-includes/load.php: is_ssl() | Determines if SSL is used. |
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. |