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 Pro] Access the radio fields through the tab key | |
* Description: Access the radio fields through the tab key. | |
* Author: Prashant @ WPMUDEV | |
* Task: SLS-6328 | |
* 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: [SmartCrawl Pro] Exclude specific category posts from indexing | |
* Description: Exclude specific category posts from indexing. | |
* Author: Prashant @ WPMUDEV | |
* Task: SLS-6316 | |
* 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: [Defender Pro] reCaptcha compatibility with Avada login form (Rev.2) | |
* Description: Adds a custom reCaptcha integration to the Avada login form | |
* Author: Anderson Salas @ WPMUDEV | |
* Task: SLS-6260 | |
* 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 Pro] Send unchecked options only in mail. | |
* Description: Sends unchecked options of a checkbox in the mail. | |
* Author: Prashant @ WPMUDEV | |
* Task: SLS-6301 | |
* 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: [Hustle] Extended URL field validation (Rev. 2) | |
* Description: Allows URLs without schema (http/https) | |
* Author: Anderson Salas @ WPMUDEV | |
* Task: SLS-6296 | |
* 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 Pro] Copy select field options to other select fields. | |
* Description: Allows to copy options of a select field to other select fields across different forms. | |
* Author: Prashant @ WPMUDEV | |
* Author URI: https://premium.wpmudev.org | |
* License: GPLv2 or later | |
*/ | |
if ( ! defined( 'ABSPATH' ) ) { |
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 Pro] Add notes in draft notification. | |
* Description: Adds a notes field and renders it in draft notification mail. | |
* Author: Prashant @ WPMUDEV | |
* Task: SLS-6263 | |
* 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 Pro] Allow maximum and minimum slection. | |
* Description: Removes default/empty option and adds maximum and minimum selection limit in modern multiselects. | |
* Author: Prashant @ WPMUDEV | |
* Task: SLS-6254 | |
* Author URI: https://premium.wpmudev.org | |
* License: GPLv2 or later | |
*/ |