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: WPMU DEV Hosting - automatic hosting cache purger for WP | |
* Plugin URI: https://premium.wpmudev.org/ | |
* Description: Automatically purge hosting cache (static and object) on post add/edit/scheduled publish | |
* Author: adczk (based on code from Prashant Singh) | |
* Author URI: https://premium.wpmudev.org/ | |
* License: GPLv2 or | |
* |
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 - Show Description & Focus Keywords on Posts/Pages list tables. | |
* Plugin URI: https://wpmudev.com/ | |
* Description: SmartCrawl - Show Description & Focus Keywords on Posts/Pages list tables. | |
* Author: Konstantinos Xenos @ WPMUDEV | |
* | |
* Author URI: https://wpmudev.com/ | |
* 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] - set minimum characters limit for field | |
* Description: [Forminator] - set minimum characters limit for field | |
* Author: Adam @ WPMUDEV | |
* Author URI: https://wpmudev.com | |
* License: GPLv2 or later | |
* | |
* Tested with Forminator 1.26 but should work with older too probably |
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 | |
// use as MU plugin | |
// see comment to make it dynamically fetch dates to disable from your own code | |
add_filter( 'forminator_field_date_markup', 'wpmu_disable_date_dates', 11, 1 ); | |
function wpmu_disable_date_dates( $html ) { | |
// below line is example |
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] - Forminator - Hustle: add data submitted in Forminator form to Hustle's local email list | |
* Description: [Forminator] - Forminator - Hustle: add data submitted in Forminator form to Hustle's local email list | |
* Author: Adam @ WPMUDEV | |
* Author URI: https://wpmudev.com | |
* License: GPLv2 or later | |
* | |
* Tested with Forminator 1.24.6 and Hustle 4.8.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: [Smush Pro] - Fix wrong detection of DB version on some DBs | |
* Description: [Smush Pro] - For some DB version that starts with numbers other than DB version like 5.5.5-10.4.20-MariaDB-1 | |
* Jira: SLS-5120 | |
* Author: Abdoljabbar Bakhshande | |
* Author URI: https://wpmudev.com | |
* License: GPLv2 or later | |
* | |
* @package WordPress |
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] - Remove captcha for logged-in users | |
* Description: [Forminator] - Remove captcha for logged-in users | |
* Author: Adam @ WPMUDEV | |
* Author URI: https://wpmudev.com | |
* License: GPLv2 or later | |
* | |
* use as MU plugin | |
* configure form IDs in both $form_ids arrays |
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 |
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 |