v3.2.0
A boilerplate plugin for WordPress.
Clone or download this repository, change its name to something else, and then you'll need to do a four-step CASE-SENSITIVE find and replace in all the codes:
- Search for
WordPressBoilerplatePluginto capture the namespaces. - Search for
FDWPBPto capture the constants. - Search for
fdwpbpto capture option name and slugs. - Search for
wordpress-boilerplate-pluginto capture the text domains.
Then, update the header in plugin.php with your own information.
$ composer install