Error when creating a plugin
-
I’m trying to create a plugin, I’ve made a folder in plugins and inserted a php file named like the folder in it.
in the main php I’ve inserted the description comment like this
/*
Plugin Name: My Plugin Name
Plugin URI: https://www.example.tld
Description: My Plugin Description
Author: Me
Version: 1.0.0
Author URI: https://www.example.tld
*/When I go in the Plugins page I can see my new plugin but the name is not the one I’ve inserted in Plugin Name but are ALL the data I’ve inserted and in a single line.
Something like: Plugin Name: My Plugin NamePluginURI:https://www.example.tldDescription: My Plugin DescriptionAuthor: MeVersion: 1.0.0Author URI: https://www.example.tldAnyone could give me a hand?
- The topic ‘Error when creating a plugin’ is closed to new replies.