Skip to content

Removing Unnecessary Components

micahmills edited this page Jan 21, 2022 · 10 revisions

Home

The starter plugin is fully loaded with our best samples of the most used components, yet many projects will not need all of them.

Removing Admin Starter

  1. Remove the line disciple-tools-starter-plugin-template.php#135-137
  2. Remove the folder /admin/

Removing Post-Type Component

  1. Remove the line disciple-tools-starter-plugin-template.php#99
  2. Remove the folder /post-type/

Removing REST API Component

  1. Remove the line disciple-tools-starter-plugin-template.php#91-93
  2. Remove the folder /rest-api/

Removing Charts Component

  1. Remove the line disciple-tools-starter-plugin-template.php#111-113
  2. Remove the folder /charts/

Removing Magic Links Component

  1. Remove the line disciple-tools-starter-plugin-template.php#128-129
  2. Remove the folder /magic-link/

Removing Language Support

  1. Remove the line disciple-tools-starter-plugin-template.php#143
  2. Remove the folder /languages/

Removing Tile

  1. Remove the line disciple-tools-starter-plugin-template.php#119-122
  2. Remove the folder /tile/

Removing Site to Site Link Component

  1. Remove the line disciple-tools-starter-plugin-template.php#105
  2. Remove the folder /site-link/

Removing Workflows Component

  1. Remove the line disciple-tools-starter-plugin-template.php#157
  2. Remove the folder /workflows/