zohaib87
8/21/2016 - 2:26 PM

Remove editor.php

function _xe_remove_editor() {

    remove_post_type_support( 'portfolios', 'editor' );
    remove_post_type_support( 'testimonials', 'editor' );
    remove_post_type_support( 'tables', 'editor' );
    remove_post_type_support( 'clients', 'editor' );

}
add_action( 'add_meta_boxes', '_xe_remove_editor' );