PDC FAQ
by Yard Digital Agency · github.com/openwebconcept/plugin-pdc-faq · website
★ 1stars
5release downloads
3.2kcomposer installs
2forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/openwebconcept/plugin-pdc-faq/releases/download/v3.1.4/pdc-faq.zipAlso on Packagist as plugin/pdc-faq:
composer require plugin/pdc-faqFrom the readme
README
This README documents whatever steps are necessary to get this plugin up and running.
How do I get set up?
Unzip and/or move all files to the /wp-content/plugins/pdc-faq directory
Log into WordPress admin and activate the ‘PDC FAQ’ plugin through the ‘Plugins’ menu
Getting started
Installation
For users
1. Download the latest release from the releases page
2. Unzip and move all files to the /wp-content/plugins/pdc-faq directory.
3. Log into the WordPress admin and activate the 'PDC FAQ' plugin through the 'plugins' menu
For developers
To contribute to this project, no dependencies are required. However, you will need to download Composer to run tests or create an optimized build of the plugin.
1. Clone this repository to your machine and/or WordPress installation
2. Optionally use Composer (composer install) to install the dev dependencies
To create an optimized and zipped build, run the composer run package command. This requires Composer, rsync and zip to run.
Filters & Actions
There are various hooks, which allows for changing the output.
Action for changing main Plugin object.
See OWC\PDC\FAQ\Config-set method for a way to change this plugins config.
Read the full README on GitHub →