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-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
*/
@wpmudev-sls
wpmudev-sls / defender-mask-login-compat.php
Last active March 22, 2024 01:07
[Defender Pro] Mask Login general compatibility patch
<?php
/**
* Plugin Name: [Defender Pro] Mask Login general compatibility patch
* Description: Relaxes type checking used in the Mask Login component to solve common compatibility issues
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-5933
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / hummingbird-clear-cloudpanel-varnish.php
Last active March 16, 2024 01:35
[Hummingbird Pro] Clear CloudPanel Varnish cache
<?php
/**
* Plugin Name: [Hummingbird Pro] Clear CloudPanel Varnish cache
* Description: Clears the server Varnish cache (for sites hosted in CloudPanel)
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-5887
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-leading-zeros-date-macro.php
Last active March 14, 2024 10:54
[Forminator Pro] - Add leading zeros to the dropdown date field macros
<?php
/**
* Plugin Name: [Forminator Pro] Add leading zeros to date macros
* Description: Adds leading zeros to date macros
* Author: Prashant @ WPMUDEV
* Task: SLS-5886
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-fix-conflict-yith-store.php
Last active March 14, 2024 10:41
[Forminator Pro] - Fix conflict with YITH store locator plugin
<?php
/**
* Plugin Name: [Forminator Pro] Fix conflict with YITH store locator
* Description: Fix conflict with YITH store locator
* Author: Prashant @ WPMUDEV
* Task: SLS-5884
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-fix-scroll-snap-conflict.php
Last active March 14, 2024 09:58
[Forminator Pro] - Fix conflict with elementor scroll snap
<?php
/**
* Plugin Name: [Forminator Pro] Fix conflict with elementor scroll snap
* Description: Fix conflict with elementor scroll snap
* Author: Prashant @ WPMUDEV
* Task: SLS-5811
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-stripe-subscription-id-webhook.php
Last active March 14, 2024 09:04
[Forminator Pro] - Send stripe subscription ID to webhook
<?php
/**
* Plugin Name: [Forminator Pro] Send stripe subscription ID to webhook
* Description: Send stripe subscription ID to webhook
* Author: Prashant @ WPMUDEV
* Task: SLS-5898
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / hustle-restore-read-more-classic-editor.php
Last active March 11, 2024 21:38
[Hustle Pro] Restore "Read More" button from Classic Editor
<?php
/**
* Plugin Name: [Hustle Pro] Restore "Read More" button from Classic Editor
* Description: Restores the "Read More" buttom from TinyMCE (Classic Editor), removed when Hustle is active
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-5868
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / smartcrawl-list-buddypress-groups-sitemap.php
Last active March 11, 2024 11:08
[Smartcrawl Pro] - List all the buddypress groups in sitemap includes settings
<?php
/**
* Plugin Name: [Smartcrawl Pro] List all buddypress groups in sitemap includes
* Description: List all buddypress groups in sitemap includes
* Author: Prashant @ WPMUDEV
* Task: SLS-5849
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/