Guest User

Untitled

a guest
Dec 4th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. function hide_editor() {
  2. remove_post_type_support('page', 'editor');
  3. }
  4. add_action( 'admin_head', 'hide_editor' );
Add Comment
Please, Sign In to add comment