Why is this happening?
As you know, a plugin is a world of code block. Pulugin is identified from the section that we write in the main file of the plugin.
/** * @package Akismet */ /* Plugin Name: Akismet Plugin URI: https://akismet.com/ Description: Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. Version: 3.2 Author: Automattic Author URI: https://automattic.com/wordpress-plugins/ License: GPLv2 or later Text Domain: akismet */
When you copy this and put it into some other plugin file of the main plugin. You see Akismet
in the admin panel.
How to escape from this?
Step 1 Verify that the plugin has information in your plugin.
Step-2 : Change the version so that you can identify which one is original, which is a duplicate.
Step 3 : just change the information.
What is it.
source share