skip to Main Content

Detect Yoast SEO plugin

I want to detect Yoast SEO. I already use this function: function active( $plugin ) { $network_active = false; if ( is_multisite() ) { $plugins = get_site_option( 'active_sitewide_plugins' ); if ( isset( $plugins[$plugin] ) ) { $network_active = true; }…

VIEW QUESTION
Back To Top
Search