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] redirect knowledge quiz based on score | |
| * Plugin URI: https://premium.wpmudev.org/ | |
| * Description: redirect knowledge quiz based on score; a bit "tricky" setup but seems to wrok fine | |
| * Author: adczk (with adjustments of Prashant Singh) | |
| * Author URI: https://premium.wpmudev.org/ | |
| * License: GPLv2 or later | |
| * |
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: Very Simple Object Cache Flusher | |
| * Plugin URI: https://premium.wpmudev.org/ | |
| * Description: Flush object cache by calling custom URL with query var; | |
| * Note: only works if Object Cache is integrated with WP via object-cache.php drop-in | |
| * Author: adczk | |
| * Author URI: https://premium.wpmudev.org/ | |
| * License: GPLv2 or later | |
| * |
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] repeater fields in e-mail notifications used with individual macro tags | |
| * Plugin URI: https://premium.wpmudev.org/ | |
| * Description: Use macros like e.g. {text-1-*} in e-mail notification to show all copies of {text-1} repeater field | |
| * wrap these macros between [REPEATER_START] and [REPEATER_END] in your message content, for example: | |
| * [REPEATER_START] {name-1-*} {phone-1-* } [REPEATER_END] | |
| * no matter how many copies are submitted | |
| * Author: adczk (with adjustments of Prashant Singh) |
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 | |
| // WP_DIE() override - redirect to custom page on specific error | |
| // Note: this is for standard non-Ajax, non-JSON, non-XML requests; | |
| // for other requests you will need to adjust filters/code | |
| // https://developer.wordpress.org/reference/functions/wp_die/#hooks | |
| add_filter( 'wp_die_handler', 'wpmu_custom_user_wpdie_handler', 11, 1 ); |
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 - datepicker: disable date ranges via ACF repeater (options page field) | |
| * Plugin URI: https://premium.wpmudev.org/ | |
| * Description: Forminator - datepicker: disable date ranges via ACF repeater (options page field) | |
| * Note: ACF date fields in repeater (options page) must have "return date format" set the same as Forminator datepicker date format | |
| * Make sure to adjust ACF fields names too | |
| * | |
| * Author: adczk |
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 Pro] - Fix Scroll Issue for forms inside Guten Modal Block plugin modal | |
| * Description: [Forminator Pro] - Fix Scroll Issue | |
| * Author: adczk based on Prashant Singh's solution for mobiles | |
| * Author URI: https://premium.wpmudev.org | |
| * License: GPLv2 or later | |
| * | |
| * USE A MU PLUGIN | |
| * |
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 - map upload to ACF gallery via postdata | |
| * Description: Forminator - map upload to ACF gallery via postdata | |
| * Author: adczk | |
| * Author URI: https://premium.wpmudev.org | |
| * License: GPLv2 or later | |
| * | |
| * USE A MU PLUGIN | |
| * |
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 - show specific form entry on front, based onURL params | |
| * Description: Forminator - show specific form entry on front, based onURL params | |
| * Author: adczk | |
| * Author URI: https://premium.wpmudev.org | |
| * License: GPLv2 or later | |
| * | |
| * USE A MU PLUGIN |
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: SmartCrawl - remove "onpage seo" by post type | |
| * Description: SmartCrawl - remove SmartCrawl SEO "onpage seo" metabox from post editor by selected post types | |
| * Author: adczk | |
| * Author URI: https://premium.wpmudev.org | |
| * License: GPLv2 or later | |
| * | |
| * USE A MU PLUGIN |