This file contains hidden or 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 | |
######################################## | |
# | |
# dynamic popup alerts with Hustle | |
# | |
# create an informational popup in Hustle | |
# put shortocde [hustle-alert-content] in popup content body | |
# | |
# set visibility condition to show popup |
This file contains hidden or 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 hidden or 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 | |
######################################## | |
# | |
# Sitewide user removal if removed from one blog on WP Multisite | |
# | |
# use as MU plugin | |
# | |
# Note: this is basic code with no additional security checks | |
# and error prevention | |
# and it doesn't reassign user content (it's left "free floating") |
This file contains hidden or 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] - Auto-increase field value (with prefix/suffix) | |
* Description: [Forminator] - Auto-increase field value (with prefix/suffix) | |
* Author: Adam @ WPMUDEV | |
* Author URI: https://wpmudev.com | |
* Based on: https://gist.github.com/wpmudev-sls/b607c860225b0b6bde502bcdec0184fa | |
* License: GPLv2 or later | |
* | |
* Tested with Forminator 1.15.2 - 1.29.0 (backwards/future compatibility unknown) |
This file contains hidden or 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] - include entry ID and user IP in CSV export | |
* Description: [Forminator] - automatically includes entry ID and user IP in CSV export | |
* Author: Adam @ WPMUDEV | |
* Author URI: https://wpmudev.com | |
* License: GPLv2 or later | |
* | |
* Tested with Forminator 1.15.3 (backwards/future compatibility unknown) | |
*/ |
This file contains hidden or 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] - very simple "stop words" type spam protection for forms | |
* Description: prevents submission if defined fields contain defined strings | |
* Author: Adam @ WPMUDEV | |
* Author URI: https://wpmudev.com | |
* License: GPLv2 or later | |
* | |
* Tested with Forminator 1.15.3 (backwards/future compatibility unknown) |
This file contains hidden or 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] - scroll to poll results via link | |
* Description: scrolls page to poll results if results are displayed via "view results" link | |
* Author: Adam @ WPMUDEV | |
* Author URI: https://wpmudev.com | |
* License: GPLv2 or later | |
* | |
* Tested with Forminator 1.15.3 and 1.15.4 (backwards/future compatibility unknown) |
This file contains hidden or 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 | |
/************************************ | |
* | |
* HUSTLE - fix for {email-1} placeholder not being saved in "automated e-mail" settings | |
* | |
* This is a fix for a very specific issue only | |
* | |
* author: Prashant Singh/WPMU DEV | |
* |
This file contains hidden or 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 | |
/************************** | |
* | |
* Hummingibrd - allow "inline" of CSS larger than default 4kb | |
* | |
* Tested with Hummingbird 3.3.0 only | |
* | |
* use as MU plugin | |
***************************/ | |
add_filter( 'wphb_inline_limit_kb', 'wphb_custom_inline_limit_kb' ); |
This file contains hidden or 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 | |
/** | |
* | |
* Includes specified iframe in inline thank you message; | |
* note that it's quite "rough" and disables some sanitization | |
* | |
* by Adam/Panos/WPMU DEV | |
* | |
* use as MU plugin | |
* |
OlderNewer