wpseo_enable_editor_features_

wpseo_enable_editor_features_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_enable_editor_features_') is found 1 times:

  • /inc/class-wpseo-utils.php line 756
    		if ( $post_type === 'attachment' && WPSEO_Options::get( 'disable-attachment' ) ) {
    			return false;
    		}
    
    		return apply_filters( 'wpseo_enable_editor_features_' . $post_type, WPSEO_Options::get( 'display-metabox-pt-' . $post_type ) );
    	}
    
    	/**
    	 * Determine whether or not the metabox should be displayed for a taxonomy.
    	 *
    	 * @param string|null $taxonomy Optional. The post type to check the visibility of the metabox for.