This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
################################# | |
# | |
# Show number of submissions remaining for SELECT type fields | |
# | |
# use as MU plugin | |
# | |
# tested with Forminator 1.18.2 only | |
# | |
################################# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: [Hummingbird Pro] - Fix Asset Optimization clearing the Page Cache randomly (Rev. 4) | |
* Description: Description: Prevents the Cache Clearing process to be triggered after an AO queue completed under specific circumstance [ This should be fixed in the plugin core, if this snippet still help you please contact our support team ] | |
* Author: Anderson Salas @ WPMUDEV | |
* Task: SLS-5702 / SLS-4239 / SLS-3756 / SLS-3786 | |
* Author URI: https://premium.wpmudev.org | |
* License: GPLv2 or later | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: [Forminator] Check submission duplicated data | |
* Plugin URI: https://premium.wpmudev.org/ | |
* Description: check if entry with same data (per defined field) already exists and prevent such duplicated data submission | |
* Author: adczk | |
* Author URI: https://premium.wpmudev.org/ | |
* License: GPLv2 or later | |
* |