/ Published in: PHP
The code below should go at the top of the plugin's main file. This lets WordPress know that it is a plugin and what it is called, as well as other details.
Expand |
Embed | Plain Text
<?php /* Plugin Name: PluginName Plugin URI: http://www.example.com Description: Description of the plugin Author: John Schultz Author URI: http://www.johnschultz.me Version: 1.0 */ ?>
You need to login to post a comment.
