Code-Snippets-Functions/Execute a function on a child site/SEOPress/disable-elementor-integration.txt

2 lines
164 B
Text

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