wpseo_enable_editor_features_

wpseo_enable_editor_features_

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

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_enable_editor_features_') is found 1 times:

  • /inc/class-wpseo-utils.php line 756
    752
    753
    754
    755
    756
    757
    758
    759
    760
    761
    762
        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.