We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b2ce2 commit 5348e23Copy full SHA for 5348e23
inc/remove-svg-filters.php
@@ -13,7 +13,7 @@
13
* @return void
14
*/
15
function remove_svg_filters() {
16
- // Allow filtering layout support.
+ // Allow filtering svg filters.
17
if ( \apply_filters( 'meom_dodo_remove_svg_filters', true ) ) {
18
remove_action( 'wp_body_open', 'wp_global_styles_render_svg_filters' );
19
}
0 commit comments