DIVI
1. Filter to remove SEO Tab in Divi Editor
/**
* Filter to hide SEO Tab in the Divi Editor.
*/
add_filter( 'rank_math/divi/add_seo_tab', '__return_false' );
/**
* Filter to hide SEO Tab in the Divi Editor.
*/
add_filter( 'rank_math/divi/add_seo_tab', '__return_false' );