Skip to content

Instantly share code, notes, and snippets.

View wpmudev-sls's full-sized avatar

WPMUDEV SLS Snippets - Unofficial wpmudev-sls

View GitHub Profile
@wpmudev-sls
wpmudev-sls / forminator-copy-select-options.php
Last active July 1, 2024 05:53
[Forminator Pro] - Copy select field options to other select fields.
<?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' ) ) {
@wpmudev-sls
wpmudev-sls / forminator-notes-draft-notification-mail.php
Last active June 28, 2024 13:42
[Forminator Pro] - Add notes in draft notification mail
<?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
*/
@wpmudev-sls
wpmudev-sls / forminator-multiselect-minimum-maximum-selection.php
Last active June 28, 2024 08:07
[Forminator Pro] - Multiselect minimum and maximum selection.
<?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
*/
@wpmudev-sls
wpmudev-sls / hb-custom-home-cache-clear.php
Last active June 13, 2024 01:48
[Hummingbird Pro] Clear homepage cache programmatically when a post is updated
<?php
/**
* Plugin Name: [Hummingbird Pro] Clear homepage cache programmatically when a post is updated
* Description: Useful when the "Clear full cache when post/page is updated" option needs to remain disabled
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-6215
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / smartcrawl-sabai-directory-sitemap.php
Last active June 12, 2024 03:11
[SmartCrawl Pro] Add Sabai Directory listings to sitemap
<?php
/**
* Plugin Name: [SmartCrawl Pro] Add Sabai Directory listings to sitemap
* Description: Adds a new "directory-listing" item to the sitemap index, which contains URLs from the Sabai Directory listings
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-6159
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / defender-edd-recaptcha.php
Last active June 6, 2024 23:32
[Defender Pro] reCaptcha compatibility with Easy Digital Downloads plugin
<?php
/**
* Plugin Name: [Defender Pro] reCaptcha compatibility with Easy Digital Downloads plugin
* Description: Adds a custom reCaptcha integration to the Easy Digital Downloads login shortcode
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-6194
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-different-redirect-aweber-submission.php
Last active May 30, 2024 13:22
[Forminator Pro] - DIfferent redirect based on integration (Aweber) submission result
<?php
/**
* Plugin Name: [Forminator Pro] DIfferent redirect based on Aweber integration submission result
* Description: DIfferent redirect based on Aweber integration submission result.
* Author: Prashant @ WPMUDEV
* Task: SLS-6184
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-redirect-user-site.php
Last active May 30, 2024 13:10
[Forminator Pro] - Redirect user to own site after activation
<?php
/**
* Plugin Name: [Forminator Pro] Redirect user to own site after activation
* Description: Redirect user to own site after activation.
* Author: Prashant @ WPMUDEV
* Task: SLS-6183
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-response-count-personality-quiz.php
Last active May 30, 2024 13:03
[Forminator Pro] - Number of responses for each question in personality quiz
<?php
/**
* Plugin Name: [Forminator Pro] Number of responses for each question in personality quiz
* Description: Show number of responses for each question in personality quiz.
* Author: Prashant @ WPMUDEV
* Task: SLS-6162
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / thc-remove-wp-admin-references.php
Last active May 30, 2024 13:04
[THC] - Remove WP admin references from the hub client
<?php
/**
* Plugin Name: [The Hub Client] Remove WP Admin references
* Description: Removes WP Admin references from the hub page.
* Author: Prashant @ WPMUDEV
* Task: SLS-6140
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/