is_plugin_active() not defined on active plugin, in the thumbnails.php file

You can try this, it works for me 🙂 // We need plugin.php! require_once( ABSPATH . ‘wp-admin/includes/plugin.php’ ); $plugins = get_plugins(); foreach ($plugins as $key => $value) { if ( $value[‘Name’] == ‘Aest Plugins’ ) { // <– name plugin validate if( is_plugin_active( $key ) ){ echo “plugin {$value[‘Name’]} is active”; }else{ echo “plugin {$value[‘Name’]} … Read more

Fatal error in my WP

Go to your plugins dir wp-content/plugins/ and rename mojo-marketplace-wp-plugin folder. This will deactivate mojo-marketplace and won’t throw you an error when you try to login. Then you can contact with their support and solve this issue.