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-hidden-fields-issue-form-submssion.php
Last active September 18, 2024 06:05
[Forminator Pro]- Fix missing/hidden fields in form export causing form submission error, hidden fields in submission
<?php
/**
* Plugin Name: [Forminator Pro] Fix hidden or missing fields in form export causing multiple errors.
* Description: Fix hidden or missing fields in form export causing multiple errors.
* Author: Prashant @ WPMUDEV
* Task: SLS-6475
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-pagination-fix-elementor-popup.php
Last active September 18, 2024 05:55
[Forminator Pro] - Form pagination scroll issue in the elementor popup
<?php
/**
* Plugin Name: [Forminator Pro] Pagination scroll fix in elemntor popup
* Description: Fix form not scrolling to top inside Elementor popup in Mobile on next button.
* Author: Prashant @ WPMUDEV
* Task: SLS-6492
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-rename-uploaded-filename.php
Last active September 18, 2024 05:48
[Forminator Pro] - Rename the uploaded file name based on a text field
<?php
/**
* Plugin Name: [Forminator Pro] Rename the uploaded file name.
* Description: Rename the file uploaded based on the text field in a multiupload field.
* Author: Prashant @ WPMUDEV
* Task: SLS-6496
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@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
*/