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-add-plus-minus-number-field.php
Last active February 22, 2024 07:55
[Forminator Pro] - Add plus minus buttons on number fields
<?php
/**
* Plugin Name: [Forminator Pro] Add plus minus quantity buttons on number field
* Description: Adds plus minus quantity buttons on number field
* Author: Prashant @ WPMUDEV
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
if ( ! defined( 'ABSPATH' ) ) {
@wpmudev-sls
wpmudev-sls / forminator-fix-currency-separator-draft.php
Last active February 20, 2024 16:56
[Forminator Pro] - Fix currency separators issue in draft
<?php
/**
* Plugin Name: [Forminator Pro] Fix currency separators issue in draft
* Description: Fix currency separators issue in draft
* Author: Prashant @ WPMUDEV
* Task: SLS-5824
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / hb-in-cache-helper.php
Last active February 12, 2024 02:09
[Hummingbird Pro] Integrations Cache Helper
<?php
/**
* Plugin Name: [Hummingbird Pro] Integrations Cache Helper
* Description: Clears the Cloudflare cache (via API) & Redis cache (via Predis library), useful when isn't possible under regular ways
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-5788
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
<?php
/**
* Plugin Name: [Smush Pro] Preload Featured Image.
* Description: Preloads the featured image of the correct size depending on the viewport size.
* Jira: SLS-5632
* Author: Abdoljabbar Bakhshande
* Author URI: https://wpmudev.com
* License: GPLv2 or later
*
* @package WordPress
@wpmudev-sls
wpmudev-sls / forminator-pdf-generation-without-submssion-store.php
Last active January 12, 2024 11:47
[Forminator Pro] - PDF generation without storing submission
<?php
/**
* Plugin Name: [Forminator Pro] PDF generation without storing submissions
* Description: Generates PDF without storing form submissions.
* Author: Prashant @ WPMUDEV
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
if ( ! defined( 'ABSPATH' ) ) {
@wpmudev-sls
wpmudev-sls / sc-sitemap-bulk-apply.php
Last active January 11, 2024 02:16
[SmartCrawl Pro] Sitemap settings multisite bulk apply
<?php
/**
* Plugin Name: [SmartCrawl Pro] Sitemap settings multisite bulk apply
* Description: Adds a "Sitemap Bulk Config" link in the Network Admin Menu with an UI to bulk apply specific Sitemap settings across the network
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-5602
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / defender-paid-memberships-pro-captcha.php
Last active January 4, 2024 21:26
[Defender Pro] Captcha compatibility with Paid Memberships Pro (Free version)
<?php
/**
* Plugin Name: [Defender Pro] Captcha compatibility with Paid Memberships Pro (Free version)
* Description: Solves a compatibility issue between Defender's captcha feature and the Paid Memberships Pro plugin
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-5668
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
<?php
/**
* Plugin Name: [Smush Pro] - Bulk Smush Large Images Array split into smaller chunks
* Description: [Smush Pro] - Efficiently slices large array of images into manageable segments for bulk smush.
* Jira: SLS-5657
* Author: Abdoljabbar Bakhshande
* Author URI: https://wpmudev.com
* License: GPLv2 or later
*
* @package WordPress
@wpmudev-sls
wpmudev-sls / forminator-calculation-macro-html-fix.php
Last active December 27, 2023 10:07
[Forminator Pro] - Calculation macro in HTML field not working if number changed quickly
<?php
/**
* Plugin Name: [Forminator Pro] Fix calculation rendering issue in HTML field
* Description: Fixes calculation rendering issue in HTML field when number is changed rapidly
* Author: Prashant @ WPMUDEV
* Task: SLS-5636
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / smartcrawl-multilingual-sitemap-alt.php
Last active December 17, 2023 01:53
[SmartCrawl Pro] Multilingual sitemap (WPML integration) [Alt version]
<?php
/**
* Plugin Name: [SmartCrawl Pro] Multilingual sitemap (WPML integration) [Alt version]
* Description: Improves the SmartCrawl sitemaps with multilingual-ready capabilities when the WPML plugin is present
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-5524
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/