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
  • Starter_Plugin
  • starter_plugin
  • starter-plugin-template
  • starter-plugin
  • Starter Plugin name for the `disciple-tools-starter-plugin.php and admin-menu-and-tabs.php files.
  1. Update the README.md and LICENSE
  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