Guest User

Untitled

a guest
Nov 15th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. /* Disable Gutenburg for built-in post-types */
  2. add_filter('use_block_editor_for_post', '__return_false');
  3.  
  4. /* Disable Gutenburg for custom post types */
  5. add_filter('use_block_editor_for_post_type', '__return_false');
Add Comment
Please, Sign In to add comment