wpseo_myyoast_issuer_url
wpseo_myyoast_issuer_url
Appears in: wordpress-seo.27.7
Hook Type: filter
Displaying hooks found in version: wordpress-seo.27.7apply_filters('wpseo_myyoast_issuer_url') is found 1 times:
- /src/myyoast-client/infrastructure/oidc/issuer-config.php line 87
* @internal * * @param string $issuer_url The issuer URL. */ return \rtrim( \apply_filters( 'wpseo_myyoast_issuer_url', self::DEFAULT_ISSUER_URL ), '/' ); } /** * Returns the software statement JWT. * * @return string The signed software statement JWT.