wpseo_change_home_url

wpseo_change_home_url

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.19.8

apply_filters('wpseo_change_home_url') is found 1 times:

  • /src/deprecated/src/integrations/admin/ryte-integration.php line 225
    		 * Filter: 'wpseo_change_home_url' - Allow filtering the home URL that is used by our integrations, eg. the Ryte integration for indexability.
    		 *
    		 * @param string $site_url The home URL that is used by our integrations, eg. the Ryte integration for indexability.
    		 */
    		$site_url = \apply_filters( 'wpseo_change_home_url', \get_option( 'home' ) );
    		$response = $request->do_request( $site_url, $parameters );
    
    		// Populate the ryte_response property.
    		$this->ryte_response = $response;
    
    		// It's a valid Ryte response because the array contains an `is_indexable` element.