This repository has been archived by the owner on Feb 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Chris Chasm edited this page Jan 19, 2021
·
3 revisions
Create a quick administrative tool to extend Disciple.Tools with this simple plugin template.
This project is similar to the full plugin starter template, but it is intended for small modifications that don't require languages, rest, and other features provided by the full starter plugin.
- Starter filter for Disciple Tools and REST load.
- Starter admin DT extension page.
- Starter version control.
- Starter plugin extension links.
- Starter registration hooks.
- Starter deactivation hooks.
- Starter version control JSON.
- Starter code quality composer setup.
- Starter Travis CI tests.
- Starter SECURITY, CODE_OF_CONDUCT
disciple-tools-one-page-template.php
Step 1: Refactor and rename these strings:
One Page Template
Admin Page
Admin_Page
admin_page
Setup 2: Setup code quality testing
Action | Command Line |
---|---|
1. Install Composer, command line tool. | $ composer install |
2. Run PHPCS Auto Correct. | $ vendor/bin/phpcbf |
3. Run PHPCS full list. | $ vendor/bin/phpcs |
Contributions welcome. You can report issues and bugs in the Issues section of the repo. You can present ideas in the Discussions section of the repo. And code contributions are welcome using the Pull Request system for git. For a more details on contribution see the contribution guidelines.