Skip to content

Refactoring the Plugin

Chris Chasm edited this page Jan 19, 2021 · 13 revisions

Refactoring this plugin as your own:

1. Refactor all occurrences of the names:

  • DT_Starter_Plugin
  • DT_Starter
  • dt_starter
  • dt-starter
  • starter-plugin-template
  • starter-plugin
  • starter_post_type
  • Starter Plugin

2. Rename disciple-tools-starter-plugin.php to the new slug of your plugin.

3. Update the README.md, LICENSE, SECURITY, and CODE_OF_CONDUCT

4. Update the translation strings inside default.pot file with a multilingual software like POEdit, if you intend to make your plugin multilingual.

Clone this wiki locally