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-customize-scheduled-export-mail.php
Last active September 18, 2024 05:43
[Forminator Pro] - Customize scheduled exports mail body
<?php
/**
* Plugin Name: [Forminator Pro] Customization of email body for scheduled submission exports.
* Description: Customization of email body for scheduled submission exports
* Author: Prashant @ WPMUDEV
* Task: SLS-6504
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-change-logo-size-pdf.php
Last active September 18, 2024 05:39
[Forminator Pro] - Change logo size in PDF
<?php
/**
* Plugin Name: [Forminator Pro] Change logo size in PDF.
* Description: Change logo size in PDF.
* Author: Prashant @ WPMUDEV
* Task: SLS-6505
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-search-country-first-letter.php
Last active August 26, 2024 08:40
[Forminator Pro] - Search country by first letter
<?php
/**
* Plugin Name: [Forminator Pro] Search country by first letter
* Description: Search address country by first letter match.
* Author: Prashant @ WPMUDEV
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
if ( ! defined( 'ABSPATH' ) ) {
@wpmudev-sls
wpmudev-sls / defender-pb-login-recaptcha.php
Last active August 17, 2024 04:21
[Defender Pro] reCaptcha compatibility with Profile Builder/Profile Builder Pro login form
<?php
/**
* Plugin Name: [Defender Pro] reCaptcha compatibility with Profile Builder/Profile Builder Pro login form
* Description: Adds a custom reCaptcha integration to the Profile Builder/Profile Builder Pro login form
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-6396
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-signature-resize-fix-pagination.php
Last active August 9, 2024 10:00
[Forminator Pro] - Fix signature resize issue for paginated forms
<?php
/**
* Plugin Name: [Forminator Pro] Signature resize fix for pagination
* Description: Fixes signature resize issue when navigating through pagination steps instead of next/previous buttons.
* Author: Prashant @ WPMUDEV
* Task: SLS-6382
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / smush-webp-convert-beaver-crop-image.php
Last active July 27, 2024 14:59
[Smush Pro] - Convert beaver builder's cropped images to webp
<?php
/**
* Plugin Name: Fix local WebP conflict with Beaver Builder
* Description: Fix local WebP conflict with Beaver Builder.
* Jira: SLS-6298
* Author: Prashant @ WPMUDEV
* Author URI: https://wpmudev.com
* License: GPLv2 or later
*
* @package WebP_Beaver_Crop_Fix
@wpmudev-sls
wpmudev-sls / forminator-phone-wave-accessibility.php
Last active July 26, 2024 08:53
[Forminator Pro] - Wave accessibility fix for phone field
<?php
/**
* Plugin Name: [Forminator Pro] Phone field WAVE accessibility fix
* Description: Phone field WAVE accessibility fix.
* Author: Prashant @ WPMUDEV
* Task: SLS-6342
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-radio-accessibility-tab.php
Last active July 18, 2024 08:42
[Forminator Pro] - Access radio fields through the tab key
<?php
/**
* Plugin Name: [Forminator Pro] Access the radio fields through the tab key
* Description: Access the radio fields through the tab key.
* Author: Prashant @ WPMUDEV
* Task: SLS-6328
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / fominator-fix-hidden-field-referer.php
Last active July 18, 2024 07:16
[Forminator Pro] - Fix hidden field's referer URL
<?php
/**
* Plugin Name: [Forminator Pro] Fix hidden field's referer URL
* Description: Fix hidden field's referer URL.
* Author: Prashant @ WPMUDEV
* Task: SLS-6326
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / smartcrawl-exclude-category-posts-indexing.php
Last active July 16, 2024 11:53
[SmartCrawl Pro] - Exclude specific category posts from indexing
<?php
/**
* Plugin Name: [SmartCrawl Pro] Exclude specific category posts from indexing
* Description: Exclude specific category posts from indexing.
* Author: Prashant @ WPMUDEV
* Task: SLS-6316
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/