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-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
*/
@wpmudev-sls
wpmudev-sls / defender-avada-login-recaptcha.php
Last active July 13, 2024 03:38
[Defender Pro] reCaptcha compatibility with Avada login form
<?php
/**
* Plugin Name: [Defender Pro] reCaptcha compatibility with Avada login form
* Description: Adds a custom reCaptcha integration to the Avada login form
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-6260
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-shortcode-atribute-hidden.php
Last active July 12, 2024 07:01
[Forminator Pro] - Shortcode attribute in hidden field
<?php
/**
* Plugin Name: [Forminator Pro] Shortcode attribute in hidden field.
* Description: Renders shortcode attribute in hidden field value.
* Author: Prashant @ WPMUDEV
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
if ( ! defined( 'ABSPATH' ) ) {
@wpmudev-sls
wpmudev-sls / forminator-unchecked-options-mail.php
Last active July 11, 2024 07:28
[Forminator Pro] - Send unchecked options in the mail
<?php
/**
* Plugin Name: [Forminator Pro] Send unchecked options only in mail.
* Description: Sends unchecked options of a checkbox in the mail.
* Author: Prashant @ WPMUDEV
* Task: SLS-6301
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / hustle-extended-url-validation.php
Last active July 16, 2024 23:46
[Hustle] Extended URL field validation
<?php
/**
* Plugin Name: [Hustle] Extended URL field validation (Rev. 2)
* Description: Allows URLs without schema (http/https)
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-6296
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-copy-select-options.php
Last active July 1, 2024 05:53
[Forminator Pro] - Copy select field options to other select fields.
<?php
/**
* Plugin Name: [Forminator Pro] Copy select field options to other select fields.
* Description: Allows to copy options of a select field to other select fields across different forms.
* Author: Prashant @ WPMUDEV
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
if ( ! defined( 'ABSPATH' ) ) {
@wpmudev-sls
wpmudev-sls / forminator-notes-draft-notification-mail.php
Last active June 28, 2024 13:42
[Forminator Pro] - Add notes in draft notification mail
<?php
/**
* Plugin Name: [Forminator Pro] Add notes in draft notification.
* Description: Adds a notes field and renders it in draft notification mail.
* Author: Prashant @ WPMUDEV
* Task: SLS-6263
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/