kasparsd / contact-form-7-extras
Simple controls for some of the advanced Contact Form 7 plugin functionality.
Installs: 58
Dependents: 0
Suggesters: 0
Security: 0
Stars: 17
Watchers: 8
Forks: 3
Open Issues: 9
Type:wordpress-plugin
Requires (Dev)
- wp-coding-standards/wpcs: ^2.0
This package is auto-updated.
Last update: 2023-09-23 17:54:28 UTC
README
Source of the Contact Form 7 Controls plugin for WordPress.
🚀 Get PRO
Support the continued development of this plugin by pre-ordering the PRO version that will include advanced analytics and tracking features. Learn more →
Install
Search for "Contact Form 7 Controls" under "Plugins → Add New" in your WordPress dashboard.
Install as a Composer dependancy:
composer require kasparsd/contact-form-7-extras
Contribute
We use Composer for managing PHP related dependencies and linting while Node.js is used for the triggering the pre-commit
hook, building the plugin release and deploying to WP.org via Grunt.
-
Clone the plugin repository:
git clone https://github.com/kasparsd/contact-form-7-extras.git cd widget-context-wporg
-
Setup the development environment and tools:
composer install
-
Prepare a release in the
dist
directory:composer build