Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 626 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 626 Bytes

WordPress Plugin Boilerplate

v1.1.0

A boilerplate plugin for WordPress.


Quick Start

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:

  1. Search for WordPressBoilerplatePlugin to capture the namespaces.
  2. Search for FDWPBP to capture the constants.
  3. Search for fdwpbp to capture option name and slugs.
  4. Search for wordpress-boilerplate-plugin to capture the text domains.

Then, update the header in plugin.php with your own information.

Composer Setup

$ composer install