wpseo_myyoast_software_statement

wpseo_myyoast_software_statement

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.27.7

apply_filters('wpseo_myyoast_software_statement') is found 1 times:

  • /src/myyoast-client/infrastructure/oidc/issuer-config.php line 103
    		 * @internal
    		 *
    		 * @param string $software_statement The software statement JWT.
    		 */
    		return \apply_filters( 'wpseo_myyoast_software_statement', self::SOFTWARE_STATEMENT );
    	}
    
    	/**
    	 * Returns the initial access token for Dynamic Client Registration.
    	 *
    	 * @return string The initial access token.