wpseo_enable_feature, $enabled_features

wpseo_enable_feature, $enabled_features

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_enable_feature, $enabled_features') is found 1 times:

  • /src/integrations/feature-flag-integration.php line 98
    		 * Filters the list of currently enabled feature flags.
    		 *
    		 * @param string[] $enabled_features The current list of enabled feature flags.
    		 */
    		$filtered_enabled_features = \apply_filters( 'wpseo_enable_feature', $enabled_features );
    
    		if ( ! \is_array( $filtered_enabled_features ) ) {
    			$filtered_enabled_features = $enabled_features;
    		}
    
    		return $filtered_enabled_features;