Skip to content

Commit e0dae07

Browse files
authored
Disable Global Styles in WordPress Add
1 parent d303cd9 commit e0dae07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"generator":"Code Snippets v2.14.3","date_created":"2022-03-18 14:19","snippets":[{"name":"Disable Global Styles in WordPress","desc":"https:\/\/github.com\/WordPress\/gutenberg\/issues\/36834","tags":["disable","global","styles","css","wordpress"],"scope":"global","code":"remove_action( 'wp_enqueue_scripts', 'wp_enqueue_global_styles' );\nremove_action( 'wp_body_open', 'wp_global_styles_render_svg_filters' );","priority":"10"}]}

0 commit comments

Comments
 (0)