August 2017
Beginner
412 pages
10h 30m
English
Every plugin should have a unique name so that it does not come into conflict with any other plugin in the WordPress universe. When choosing a name for your plugin and the PHP file, be sure to choose something unique. You may even want to do a Google search for the name you choose in order to be sure that someone else isn't already using it.
Apart from the main plugin file itself, your plugin can contain any number of other files and subfolders. If the situation calls for it, you can even use media files like audio and videos to go along with your plugin. Of course, additional CSS or JS files (or even full libraries) are allowed as well.
In this case, as my plugin will be composed of multiple files (a ...
Read now
Unlock full access