wpseo_change_home_url
wpseo_change_home_url
Appears in: wordpress-seo.19.2, wordpress-seo.19.3, wordpress-seo.19.5.1, wordpress-seo.19.6, wordpress-seo.19.6.1, wordpress-seo.19.7.1, wordpress-seo.19.7.2, wordpress-seo.19.8
Hook Type: filter
Displaying hooks found in version: wordpress-seo.19.8apply_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.