/jpkcom-cf7-upload-path

WordPress plugin that changes the default CF7 upload path string to a save value.

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

JPKCom CF7 Upload Path

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.

Description

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/

Installation

  1. In your admin panel, go to 'Plugins' > and click the 'Add New' button.
  2. Click Upload Plugin and 'Choose File', then select the Plugin's .zip file. Click 'Install Now'.
  3. Click 'Activate' to use the plugin right away.

Changelog

1.0.2

  • Version update

1.0.1

  • Updated README.md

1.0.0

  • Initial Release