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

Divi theme – How to create custom Divi module?

How can I add a custom module for Divi Wordpress theme? http://www.elegantthemes.com/gallery/divi/ Original modules are created in main-modules.php Example: class ET_Builder_Module_Gallery extends ET_Builder_Module { .... } But the ET_Builder_Module class is not accessible in my plugin, or in theme functions.php

VIEW QUESTION

Could not remove the old plugin – Plesk

I'm trying to update the plugins on my clients site and I'm getting this error for multiple plugins. He's using plesk. Downloading update from https://downloads.wordpress.org/plugin/awesometastic.131026.zip… Unpacking the update… Installing the latest version… Removing the old version of the plugin… Plugin…

VIEW QUESTION
Back To Top
Search