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
<?php
/**
* Plugin Name: Fix re-check loop while local webp active
* Description: Overrides the should_reoptimize method to fix WebP missing files issue.
* Jira: SLS-6099, SMUSH-1557
* Author: Abdoljabbar Bakhshande
* Author URI: https://wpmudev.com
* License: GPLv2 or later
*
* @package WebP_Missing_Files_Fix
@wpmudev-sls
wpmudev-sls / defender-recaptcha-woffice.php
Last active May 9, 2024 21:40
[Defender Pro] reCaptcha compatibility with Woffice theme
<?php
/**
* Plugin Name: [Defender Pro] reCaptcha compatibility with Woffice theme
* Description: Adds a custom reCaptcha integration to the Woffice's Login template
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-6127
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / defender-recaptcha-minimog.php
Last active May 7, 2024 03:20
[Defender Pro] reCaptcha compatibility with Minimog theme
<?php
/**
* Plugin Name: [Defender Pro] reCaptcha compatibility with Minimog theme
* Description: Adds a custom reCaptcha integration to the Minimog's Login/Register pop-up
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-6095
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / disable-email-template-woocomerce-mails.php
Last active April 25, 2024 07:50
[Branda Pro] - Disable Email Template for WooCommerce Emails
<?php
/**
* Plugin Name: [Branda Pro] Disable Email Template for WooCommerce Emails
* Description: Disable Email Template for WooCommerce Emails.
* Author: Prashant @ WPMUDEV
* Task: SLS-6060
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-paged-submit-visibility-fix.php
Last active April 24, 2024 09:51
[Forminator Pro] - Fix submit button visibility for paginated forms
<?php
/**
* Plugin Name: [Forminator Pro] Fix submit button visibility for paginated forms
* Description: Fix submit button visibility for paginated forms.
* Author: Prashant @ WPMUDEV
* Task: SLS-6057
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-dynamic-repeater-display.php
Last active April 19, 2024 06:28
[Forminator Pro] - Show all the repeater fields based on the repeater limit
<?php
/**
* Plugin Name: [Forminator Pro] Show all the repeaters dynamically
* Description: Displays all the repeater fields based on repeater limit.
* Author: Prashant @ WPMUDEV
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
if ( ! defined( 'ABSPATH' ) ) {
@wpmudev-sls
wpmudev-sls / smartcrawl-ultimate-membership-sitemap.php
Last active April 16, 2024 23:26
[SmartCrawl Pro] Add Ultimate Member user profiles to sitemap
<?php
/**
* Plugin Name: [SmartCrawl Pro] Add Ultimate Member user profiles to sitemap
* Description: Adds a new "members-sitemap" item to the sitemap index, which contains URLs from the Ultimate Member user profiles
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-6029
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / hustle-shortcodes-ultimate-tabs-fix.php
Last active April 11, 2024 21:54
[Hustle Pro] Fix conflict with Shortcodes Ultimate tabs
<?php
/**
* Plugin Name: [Hustle Pro] Fix conflict with Shortcodes Ultimate tabs
* Description: Emulates the tabs' functionality when used within a Hustle Pop-up
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-6013
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / defender-admin-bar-dashboard-ml-url-fix.php
Last active April 6, 2024 01:12
[Defender Pro] Admin Bar dashboard link fix for Mask Login (Multisite only)
<?php
/**
* Plugin Name: [Defender Pro] Admin Bar dashboard link fix for Mask Login (Multisite only)
* Description: Rewrites the Dashboard URL from the Admin Bar to prevent an undesired behavior under certain circumstances
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-5856
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-pdf-download-permission-fix.php
Last active April 5, 2024 09:25
[Forminator Pro] - Allow pdf download for users with submission access permission
<?php
/**
* Plugin Name: [Forminator Pro] Allow pdf download for users with submission access permission
* Description: Allow pdf download for users with submission access permission.
* Author: Prashant @ WPMUDEV
* Task: SLS-5992
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/