Jump to content

Recommended Posts

Posted

Hi @obaid360 you haven't shared the plugin name, source of the plugin, and how you have activated it (via WordPress plugin repository or upload function on add new plugin page or via FTP / File Manager )

WordPress gets plugins information from the plugins header file which looks like this

/*
 * Plugin Name:       My Basics Plugin
 * Plugin URI:        https://example.com/plugins/the-basics/
 * Description:       Handle the basics with this plugin.
 * Version:           1.10.3
 * Requires at least: 5.2
 * Requires PHP:      7.2
 * Author:            John Smith
 * Author URI:        https://author.example.com/
 * License:           GPL v2 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 * Update URI:        https://example.com/my-plugin/
 * Text Domain:       my-basics-plugin
 * Domain Path:       /languages
 */

Make sure the plugin has a header file with the above content 

  • Like 5
  • Up 1
Posted

View the Plugin's main file to ensure the Plugin's header text exists and is properly formed. The main file in each plugin should have a file header that shows basic information about the plugin.

  • Like 5

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...