wpseo_home_url

wpseo_home_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

do_action('wpseo_home_url') is found 1 times:

  • /src/helpers/url-helper.php line 79
    	public function network_safe_home_url() {
    		/**
    		 * Action: 'wpseo_home_url' - Allows overriding of the home URL.
    		 */
    		\do_action( 'wpseo_home_url' );
    
    		// If the plugin is network-activated, use the network home URL.
    		if ( self::is_plugin_network_active() ) {
    			return \network_home_url();
    		}
    
    

See this hook used in plugins: