Skip to content

Removing Unnecessary Components

Chris Chasm edited this page Feb 2, 2021 · 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 Menu Component

  1. Remove the line disciple-tools-starter-plugin-template.php:122-124
  2. Remove the file /admin/admin-menu-and-tabs.php

Removing Post-Type Component

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

Removing REST API Component

  1. Remove the line disciple-tools-starter-plugin-template.php:109
  2. Remove the folder /rest-api/

Removing Charts Component

  1. Remove the line disciple-tools-starter-plugin-template.php:118
  2. Remove the folder /charts/

Removing Language Support

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

Removing Tile

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

Removing Admin Starter

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