wpseo_person_enhance_config_{$key}

wpseo_person_enhance_config_{$key}

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.27.1.1

apply_filters('wpseo_person_enhance_config_{$key}') is found 1 times:

  • /src/schema-aggregator/infrastructure/enhancement/person-config.php line 21
    	 *
    	 * @return string|int|bool Configuration value.
    	 */
    	public function get_config_value( string $key, $the_default ) {
    		return \apply_filters( "wpseo_person_enhance_config_{$key}", $the_default );
    	}
    
    	/**
    	 * Check if enhancement is enabled
    	 *
    	 * @param string $enhancement Enhancement name (e.g., 'article_body', 'keywords').