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 name
  • DT_Starter_Plugin
  • DT_Starter
  • dt_starter
  • dt-starter
  • starter-plugin-template
  • starter-plugin
  • starter_post_type
  • Starter Plugin name for the `disciple-tools-starter-plugin.php and admin-menu-and-tabs.php files.
  1. Update the README.md, LICENSE, SECURITY, and CODE_OF_CONDUCT
  2. 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