Disable the Elementor integration in SEOPress

Disable the Elementor integration in SEOPress on child sites.

Snippet Type

Execute on Child Sites

Snippet

remove_action('elementor/editor/footer', 'seopress_elementor_tabs_seo_start', 0);
remove_action('elementor/editor/footer', 'seopress_elementor_tabs_seo_end', 999);

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.