Skip to content

Refactoring the Plugin

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

Refactoring this plugin as your own:

1. Refactor all occurrences of the names:

  • DT_Plugin_Starter
  • dt_plugin_starter
  • dt-plugin-starter
  • plugin-starter-template
  • starter-plugin-template
  • starter_post_type
  • Plugin Starter

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