kasparsd / contact-form-7-extras
Simple controls for some of the advanced Contact Form 7 plugin functionality.
Installs: 62
Dependents: 0
Suggesters: 0
Security: 0
Stars: 18
Watchers: 8
Forks: 5
Open Issues: 7
Type:wordpress-plugin
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^1.0
- roots/wordpress: ^6.7
- roots/wordpress-core-installer: ^1.100
- wp-coding-standards/wpcs: ^3.1
- wp-phpunit/wp-phpunit: ^6.7
- wpackagist-plugin/contact-form-7: ^6.0
- wpackagist-plugin/query-monitor: ^3.17
- wpackagist-plugin/wp-mail-debugger: ^1.1
- wpackagist-theme/twentytwentyfive: ^1.0
- yoast/phpunit-polyfills: ^3.0
This package is auto-updated.
Last update: 2024-12-17 09:53:39 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 development dependencies while Node.js is used for most scripting needs, 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:
npm install composer install
-
Prepare a release in the
dist
directory:npm run build