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-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
*/
@wpmudev-sls
wpmudev-sls / smartcrawl-custom-breadcrumb-home.php
Last active April 3, 2024 00:59
[SmartCrawl Pro] Custom breadcrumb Home item
<?php
/**
* Plugin Name: [SmartCrawl Pro] Custom breadcrumb Home item
* Description: Changes the Home link and title from the breadcrumbs, based on the current CPT
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-5976
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / hummingbird-wpdiscuz-compat.php
Last active April 2, 2024 21:07
[Hummingbird Pro] Fix compatibility issue with wpDiscuz and Gravatar
<?php
/**
* Plugin Name: [Hummingbird Pro] Fix compatibility issue with wpDiscuz and Gravatar
* Description: Prevents Hummingbird from caching (guest) Gravatars generated by wpDiscuz infinitely, consuming disk space
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-5966
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-fix-conflict-regmagic.php
Last active April 2, 2024 14:47
[Forminator Pro] - Fix conflict with registration magic plugin
<?php
/**
* Plugin Name: [Forminator Pro] Fix conflict with registration magic plugin
* Description: Fix conflict with registration magic plugin.
* Author: Prashant @ WPMUDEV
* Task: SLS-5959
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-show-empty-field-labels-pdf.php
Last active April 2, 2024 14:24
[Forminator Pro] - Show empty field labels in PDF
<?php
/**
* Plugin Name: [Forminator Pro] Show empty field labels in PDF
* Description: Show empty field labels in PDF.
* Author: Prashant @ WPMUDEV
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
if ( ! defined( 'ABSPATH' ) ) {
@wpmudev-sls
wpmudev-sls / forminator-autofill-default-address.php
Last active March 28, 2024 12:07
[Forminator Pro] - Autofill default address in the adress field
<?php
/**
* Plugin Name: [Forminator Pro] Autofill default address
* Description: Autofills default address selected in the default location setting.
* Author: Prashant @ WPMUDEV
* Task: SLS-5955
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/