v1.1.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
WordPressBoilerplatePlugin
to capture the namespaces. - Search for
FDWPBP
to capture the constants. - Search for
fdwpbp
to capture option name and slugs. - Search for
wordpress-boilerplate-plugin
to capture the text domains.
Then, update the header in plugin.php
with your own information.
$ composer install