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] BuddyPress xprofile simple integration | |
| * Plugin URI: https://wpmudev.com/ | |
| * Description: How to use it? Go to Your Form > User Registration > Custom User Meta > Add Custom User Meta and add/map your BP fields there with the "bpxprofile-" prefix (eg.: bpxprofile-Name). | |
| * Author: Glauber Silva @ WPMUDEV | |
| * Author URI: https://wpmudev.com/ | |
| * Task: SLS-3360 | |
| * 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] Display images on email notifications | |
| * Plugin URI: https://wpmudev.com/ | |
| * Description: Display the images from e-sign, radio field and upload field in the email notifications. | |
| * Author: Glauber Silva @ WPMUDEV | |
| * Author URI: https://wpmudev.com/ | |
| * Task: SLS-3324 | |
| * 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] Sends Quiz Right Answers by Email | |
| * Plugin URI: https://wpmudev.com/ | |
| * Description: The default email sent by the Forminator doesn’t show the correct answers to the quizzes. It only shows the answer which was answered by the quiz taker. This plugin makes the right answers also be displayed. | |
| * Author: Glauber Silva @ WPMUDEV | |
| * Author URI: https://wpmudev.com/ | |
| * Task: SLS-2027 | |
| * 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] Omit "none" on email notifications. | |
| * Plugin URI: https://premium.wpmudev.org/ | |
| * Description: Omit the "select" field type in email notifications if the selected value is "none". | |
| * Author: Glauber Silva @ WPMUDEV | |
| * Author URI: https://premium.wpmudev.org/ | |
| * Task: 0/11289012348292/1168248790047528 | |
| * 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] Encode Autofill On Redirection | |
| * Plugin URI: https://premium.wpmudev.org/ | |
| * Description: When your form uses a URL redirection with an autofill field with the & character, the target form won't load the value after the & character. This plugin fixes this problem. | |
| * Author: Glauber Silva @ WPMUDEV | |
| * Author URI: https://wpmudev.com/ | |
| * Task: SLS-2236 | |
| * 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: [Hummingbird] Replaces AO Base URL | |
| * Plugin URI: https://wpmudev.com/ | |
| * Description: Useful when the site is setup on one address, but runs for users on a different URL. | |
| * Author: Glauber Silva @ WPMUDEV | |
| * Author URI: https://wpmudev.com/ | |
| * Task: SLS-1799 | |
| * 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] - Make user registration form respect the registration settings of the multisite network | |
| * Plugin URI: https://wpmudev.com/ | |
| * Description: Forces the option set on the following path: Network Dashboard > Settings > Network Settings > Registration Settings | |
| * Author: Glauber Silva @ WPMUDEV | |
| * Author URI: https://wpmudev.com/ | |
| * Jira Task: SLS-308 | |
| * 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: [Branda] - Load emails registration child sites for Forminator registration form | |
| * Plugin URI: https://wpmudev.com/ | |
| * Description: Makes Forminator registration form to trigger Branda user sign up email on subsite | |
| * Author: Glauber Silva @ WPMUDEV | |
| * Author URI: https://wpmudev.com/ | |
| * Jira Task: SLS-3639 | |
| * 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: [Defender] Load Roles From All Sub Sites | |
| * Plugin URI: https://premium.wpmudev.org/ | |
| * Description: If the current url is from "advanced tools" configuration page and the site is multisite, this plugin load all roles from the multisite network. In this way, we make it possible to configure 2-factor authentication for any role present on any of the sites of the entire network. | |
| * Author: Glauber Silva @ WPMUDEV | |
| * Author URI: https://premium.wpmudev.org/ | |
| * Task: 0/11289012348292/1168965543535336 | |
| * 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: [SmartCrawl] Grants Editor Role access to Social Admin page | |
| * Plugin URI: https://premium.wpmudev.org/ | |
| * Description: Changes the attribute "capability" of the instance from "Smartcrawl Social Settings" class to "edit_others_posts" (that is what makes the social menu visible for editors) and make the social admin page also work with the capabilitie "edit_others_posts" that is what makes possible the editors save the options. | |
| * Author: Glauber Silva @ WPMUDEV | |
| * Author URI: https://premium.wpmudev.org/ | |
| * Task: 0/11289012348292/1167803562365536 | |
| * License: GPLv2 or later | |
| * |