Skip to content

Instantly share code, notes, and snippets.

View glaubersilva's full-sized avatar

Glauber Silva glaubersilva

View GitHub Profile
@glaubersilva
glaubersilva / wpmudev-branda-load-emails-registration-child-sites.php
Created June 4, 2022 15:07 — forked from wpmudev-sls/wpmudev-branda-load-emails-registration-child-sites.php
[Branda] - Load emails registration child sites for Forminator registration form
<?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
*/
@glaubersilva
glaubersilva / wpmudev-forminator-prevents-new-sites.php
Created June 4, 2022 15:07 — forked from wpmudev-sls/wpmudev-forminator-prevents-new-sites.php
[Forminator] - Make user registration form respect the registration settings of the multisite network
<?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
*/
<?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
*
@glaubersilva
glaubersilva / wpmudev-encode-autofill.php
Created June 4, 2022 15:06 — forked from wpmudev-sls/wpmudev-encode-autofill.php
[Forminator] Encode Autofill On Redirection
<?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
*
<?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
*
<?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
*
<?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
*
@glaubersilva
glaubersilva / forminator-bp-xprofile-integration.php
Created June 4, 2022 15:05 — forked from wpmudev-sls/forminator-bp-xprofile-integration.php
[Forminator] BuddyPress xprofile simple integration
<?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
*
@glaubersilva
glaubersilva / wpmudev-sc-fix-quick-edit-woo-produtcs.php
Created June 4, 2022 15:05 — forked from wpmudev-sls/wpmudev-sc-fix-quick-edit-woo-produtcs.php
[SmartCrawl] Fix Quick Edit For WooCommerce Products
<?php
/**
* Plugin Name: [SmartCrawl] Fix Quick Edit For WooCommerce Products
* Plugin URI: https://wpmudev.com/
* Description: The "quick edit" option on the admin area currently does not load the SEO fields for WooCommerce products, this plugin solves this problem.
* Author: Glauber Silva @ WPMUDEV
* Author URI: https://wpmudev.com/
* Task: SLS-2727
* License: GPLv2 or later
*
<?php
/**
* Plugin Name: [Forminator] Sends files URL to Google Sheets
* Plugin URI: https://premium.wpmudev.org/
* Description: This plugin fixes a problem on the Forminator that avoid the files URL be sent to the Google Sheets - works with upload fields (even with multi-upload enabled) and also with the featured image of the postdata field.
* Author: Glauber Silva @ WPMUDEV
* Author URI: https://premium.wpmudev.org/
* Task: SLS-378
* License: GPLv2 or later
*