After building the plugin, the core plugin class creates a property in the class that is named after the plugin name. “The unique identifier of this plugin” should be called “$plugin_name” instead.
]]>I installed this plugin, and while creating my first plugin, I did some mistakes, and every time I try to rebuild it creates a NEW plugin. How do I delete old ones that are not relevant?
]]>When install the new created plugin with CPT
I get includes\class-tester-loader.php on line 52
Fatal error: Call to undefined method Tester_Movies_CPT::register()
This cause the error:
public function __construct(){
$tester_movies_cpt = new Tester_Movies_CPT();
$tester_movies_cpt->register();
$this->actions = array();
$this->filters = array();
}
]]>
This is a great idea and I can’t wait to try it. Since you are prevented from pulling the latest version of the source code from Boilerplate’s master branch, are you planning to manually update in the near future? I could do it locally but I don’t want to break your search and replace.
Thanks!