Skip to content

Instantly share code, notes, and snippets.

View philamery's full-sized avatar

Phil Amery philamery

View GitHub Profile
@wpmudev-sls
wpmudev-sls / forminator-custom-uploads.php
Last active July 12, 2023 23:06
[Forminator Pro] - Change Upload Path. This snippet should be changing the Forminator upload path to wp-content/YOUR_PATH. By default it's wp-content/forminator
<?php
/**
* Plugin Name: [Forminator Pro] - Change Upload Path
* Plugin URI: https://premium.wpmudev.org/
* Description: This snippet should be changing the Forminator upload path to wp-content/YOUR_PATH. By default it's wp-content/forminator
* Task: 0/11289012348292/1168134495134017
* Version: 1.0.0
* Author: Panos Lyrakis @ WPMUDEV
* Author URI: https://premium.wpmudev.org/
* License: GPLv2 or later
@wpmudev-sls
wpmudev-sls / formintor-custom-upload-dir-entry-id.php
Last active February 28, 2023 16:36
[Forminator Pro] - Change Upload Path.
<?php
/**
* Plugin Name: [Forminator Pro] - Change Upload Path
* Plugin URI: https://premium.wpmudev.org/
* Description: This snippet should be changing the Forminator upload path to wp-content/forminator/form_id/YYYY/MM/DD/submission_id
* Task: 0/11289012348292/1162642373521897
* Version: 1.0.0
* Author: Panos Lyrakis @ WPMUDEV
* Author URI: https://premium.wpmudev.org/
* License: GPLv2 or later