DevinVinson / WordPress-Plugin-Boilerplate

[WordPress] A foundation for WordPress Plugin Development that aims to provide a clear and consistent guide for building your plugins.
http://wppb.io
7.66k stars 2.25k forks source link

Plugin-name not show on plugin list #499

Closed blackinitial closed 5 years ago

blackinitial commented 5 years ago

i was install plugin-name on plugins folder. and i try refresh wordpress, but not show anything on plugin list.

i try to copy plugin-name and change plugin-name2 and only 1 file plugin-name2.php and success to show on plugin list.

Why boilerplate not show on plugin list, how to fix this??

blackinitial commented 5 years ago

omg, i forgot to chmod plugin-name

sudo chmod -R 755 plugin-name