Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // hide GTB switch
  2. add_action('admin_head', 'i_love_classic_edior');
  3. function i_love_classic_edior() {
  4. echo '<style>
  5. body .composer-switch a.wpb_switch-to-gutenberg {
  6. display:none;
  7. }
  8. </style>';
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement