Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Remove Style in Gutenberg Editor */
- function remove_gutenberg_style() {
- remove_action( 'admin_print_styles', array( JNews\Gutenberg::getInstance(), 'load_style' ), 99 );
- }
- add_action( 'init', 'remove_gutenberg_style' );
Add Comment
Please, Sign In to add comment