• Resolved ofmarconi

    (@ofmarconi)


    Hello

    I suggest adding something that disables Gutenberg’s Duotone, every new version WP tries to force these useless codes, even not using this editor.

    // Remove unwanted SVG filter injection WP
    remove_action( 'wp_enqueue_scripts', 'wp_enqueue_global_styles' );
    remove_action( 'wp_body_open', 'wp_global_styles_render_svg_filters' );
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author christophrado

    (@christophrado)

    Thanks for the suggestion. Duotone is a theme-specific feature though, and can be easily managed and deactivated using theme.json. I am currently not planning on adding settings that are available through theme.json.

    Thread Starter ofmarconi

    (@ofmarconi)

    Perfect ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable -> Duotone Gutemberg’ is closed to new replies.