1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-26 08:31:02 +03:00

adding a TODO for replacing the name of the file being required

This commit is contained in:
Tom McFarlin 2013-05-12 14:03:02 -04:00
parent af23b05186
commit 3828cc9863

View file

@ -35,6 +35,7 @@ if ( ! defined( 'ABSPATH' ) ) {
exit;
}
// TODO: replace `class-plugin-boilerplate.php` with the name of the actual plugin's class file
require_once( plugin_dir_path( __FILE__ ) . 'class-plugin-boilerplate.php' );
// TODO: replace PluginName with the name of the plugin defined in `class-plugin-boilerplate.php`