Guest User

Untitled

a guest
Jan 24th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function disable_tabs() {
  2. add_theme_support( 'editor-color-palette' );
  3. add_theme_support( 'disable-custom-colors' );
  4. }
  5. add_action( 'after_setup_theme', 'disable_tabs' );
  6.  
  7. add_filter('use_block_editor_for_post', '__return_false');
Add Comment
Please, Sign In to add comment