Guest User

Untitled

a guest
Jan 20th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ### Disable Gutenberg editor
  2.  
  3. ```
  4. add_filter('use_block_editor_for_post', '__return_false', 10);
  5. add_filter('use_block_editor_for_post_type', '__return_false', 10);
  6. ```
Add Comment
Please, Sign In to add comment