Disable WYSIWYG

add_action('init', 'init_remove_support',100);
function init_remove_support(){
     remove_post_type_support( 'post', 'editor');
}

Comments

Popular posts from this blog

miscellaneous

How to Find SESSDATA Cookie in Google Chrome