mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
adding a TODO for replacing the name of the file being required
This commit is contained in:
parent
af23b05186
commit
3828cc9863
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
exit;
|
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' );
|
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`
|
// TODO: replace PluginName with the name of the plugin defined in `class-plugin-boilerplate.php`
|
||||||
|
|
Loading…
Reference in a new issue