mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-05-05 21:39:05 +03:00
parent
a6366a7597
commit
68c8d4e3dc
2 changed files with 5 additions and 13 deletions
plugin-boilerplate
|
@ -37,5 +37,5 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
|
||||
require_once( plugin_dir_path( __FILE__ ) . 'class-plugin-boilerplate.php' );
|
||||
|
||||
// TODO: make sure to 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`
|
||||
PluginName::get_instance();
|
Loading…
Add table
Add a link
Reference in a new issue