Plugin Name: JPKCom CF7 Upload Path
Plugin URI: https://github.com/JPKCom/jpkcom-cf7-upload-path
Description: Changes the default CF7 upload path string to a save value.
Version: 1.0.2
Author: Jean Pierre Kolb jpk@jpkc.com
Author URI: https://www.jpkc.com
Contributors: JPKCom
Tags: Security, Upload, CF7
Requires Plugins: contact-form-7
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.3
Network: true
Stable tag: 1.0.2
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Changes the default CF7 upload path string to a save value.
Changes the default CF7 upload path string to a save value.
<?php
define( 'WPCF7_UPLOADS_TMP_DIR', 'your-custom-tmp-dir' );For more details visit: https://contactform7.com/file-uploading-and-attachment/
- In your admin panel, go to 'Plugins' > and click the 'Add New' button.
- Click Upload Plugin and 'Choose File', then select the Plugin's .zip file. Click 'Install Now'.
- Click 'Activate' to use the plugin right away.
- Version update
- Updated README.md
- Initial Release