Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey Jon,

    Thank you for your feedback.

    Moving the icon to the settings menu might not be a bad idea. We’ll discuss and look into it.

    In any case, we already have a filter hook in the plugin that you can use to disable the page builder integrations. Just add this to your child theme functions.php file:

    add_filter( 'aioseo_page_builder_integration_disable', '__return_true' );

    Thread Starter Jon Fuller

    (@garconis)

    I think it would also be good if you could add some of those filter options into your plugin settings as checkboxes/toggles to make it a bit easier to manage. Especially if your filter names ever change again. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable current Page Builder implementation’ is closed to new replies.