WPBP / WordPress-Plugin-Boilerplate-Powered

Wordpress Plugin Boilerplate but Powered with examples and a generator!
https://wpbp.github.io/
GNU General Public License v3.0
782 stars 116 forks source link

Fix "Plugin Name" displaying instead of plugin name #213

Closed AlecRust closed 2 years ago

AlecRust commented 2 years ago

When I ran the generator I noticed this in my Initialize.php. I assume this should be the actual name of the plugin.

Mte90 commented 2 years ago

Sorry I missed it. Yes it should get replaced with the Class generic name but indeed is better in that way with the real plugin name.