Skip to content

Refactoring the Plugin

micahmills edited this page Jan 21, 2022 · 13 revisions

Home

Refactoring this plugin as your own:

1. Refactor all occurrences of the names:

  • Disciple_Tools_Plugin_Starter_Template
  • disciple_tools_plugin_starter_template
  • starter_post_type
  • disciple-tools-plugin-starter-template
  • Plugin Starter Template

2. Rename disciple-tools-plugin-starter-template.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