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] Bulk-apply config to subsites | |
* Description: Adds an "Apply subsite config" link in the SmartCrawl network admin menu with a page to bulk-apply settings to subsites | |
* Author: Anderson Salas @ WPMUDEV | |
* Task: SLS-6513 | |
* 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] Group field display inline inside the PDF | |
* Description: Group field display inline inside the PDF. | |
* Author: Prashant @ WPMUDEV | |
* Task: SLS-6457 | |
* 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] Limit maximum submissions based on the amount of a number field | |
* Description: Limit maximum submissions based on the amount of a number field. | |
* Author: Prashant @ WPMUDEV | |
* Task: SLS-6468 | |
* 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] Pagination scroll fix in elemntor popup | |
* Description: Fix form not scrolling to top inside Elementor popup in Mobile on next button. | |
* Author: Prashant @ WPMUDEV | |
* Task: SLS-6492 | |
* 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] Rename the uploaded file name. | |
* Description: Rename the file uploaded based on the text field in a multiupload field. | |
* Author: Prashant @ WPMUDEV | |
* Task: SLS-6496 | |
* 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] Customization of email body for scheduled submission exports. | |
* Description: Customization of email body for scheduled submission exports | |
* Author: Prashant @ WPMUDEV | |
* Task: SLS-6504 | |
* 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] Change logo size in PDF. | |
* Description: Change logo size in PDF. | |
* Author: Prashant @ WPMUDEV | |
* Task: SLS-6505 | |
* 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] Search country by first letter | |
* Description: Search address country by first letter match. | |
* Author: Prashant @ WPMUDEV | |
* Author URI: https://premium.wpmudev.org | |
* License: GPLv2 or later | |
*/ | |
if ( ! defined( 'ABSPATH' ) ) { |
NewerOlder