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
<?php
/**
* Plugin Name: THC Signup Autofill User Information.
* Description: Automatically fills in user information in Signup forms for logged-in users.
* Jira: SLS-5724
* Author: Abdoljabbar Bakhshande
* Author URI: https://wpmudev.com
* License: GPLv2 or later
*
* @package WordPress
@wpmudev-sls
wpmudev-sls / defender-peepso-pwd-compat.php
Last active March 11, 2024 13:19
[Defender Pro] Pwned Passwords integration with Peepso
<?php
/**
* Plugin Name: [Defender Pro] Pwned Passwords integration with Peepso (Rev. 1)
* Description: Solves a compatibility issue between Peepso Core plugin and the Defender's Pwned Passwords feature
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-5836
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-remove-submission-time-csv.php
Last active February 22, 2024 09:53
[Forminator Pro] - Remove submission time column from csv export
<?php
/**
* Plugin Name: [Forminator Pro] Remove submission time column from csv export
* Description: Remove submission time column from csv export
* Author: Prashant @ WPMUDEV
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
if ( ! defined( 'ABSPATH' ) ) {
@wpmudev-sls
wpmudev-sls / forminator-limit-submission-by-user-except-admin.php
Last active February 22, 2024 09:36
[Forminator Pro] - Limit submission by user except admins
<?php
/**
* Plugin Name: [Forminator Pro] Limit submission by user
* Description: Limit submission by user except admin
* Author: Prashant @ WPMUDEV
* Task: SLS-5808
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-fix-email-log-microsoft-azure.php
Last active February 22, 2024 09:00
[Forminator Pro] - Fix email log issue in Microsoft Azure email logger plugin
<?php
/**
* Plugin Name: [Forminator Pro] Fix email log issue with Microsoft Azure email logging
* Description: Fix email log issue with Microsoft Azure email logging plugin.
* Author: Prashant @ WPMUDEV
* Task: SLS-5796
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-user-role-redirection-form-login.php
Last active February 22, 2024 08:50
[Forminator Pro] - Redirection rule based on user role on form login
<?php
/**
* Plugin Name: [Forminator Pro] Redirection rule based on user role on form login
* Description: Redirection rule based on user role on form login
* Author: Prashant @ WPMUDEV
* Task: SLS-5786
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-display-html-pdf-visibility-condition.php
Last active February 22, 2024 08:38
[Forminator Pro] - Display HTML fields in PDF based on visibility conition
<?php
/**
* Plugin Name: [Forminator Pro] Display HTML fields in PDF baed on visibility conditions
* Description: Display HTML fields in PDF baed on visibility conditions
* Author: Prashant @ WPMUDEV
* Task: SLS-5783
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / branda-exclude-hub-page-maintenance.php
Last active February 22, 2024 08:18
[Branda Pro] - Exclude hub pages from the website(maintenance) mode
<?php
/**
* Plugin Name: [Branda Pro] Exclude hub pages from website mode
* Description: Exclude hub pages from website mode.
* Author: Prashant @ WPMUDEV
* Task: SLS-5779
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-fix-conflict-hamela-theme.php
Last active February 22, 2024 08:12
[Forminator Pro] - Fix conflict with Hamela theme
<?php
/**
* Plugin Name: [Forminator Pro] Fix conflict with hamela theme
* Description: Fix conflict with hamela theme.
* Author: Prashant @ WPMUDEV
* Task: SLS-5778
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-render-elementor-tab-accordion-shortcode.php
Last active February 22, 2024 08:03
[Forminator Pro] - Render elementor's tab/accordion shortcode in the HTML field
<?php
/**
* Plugin Name: [Forminator Pro] Render elementor accordion/tab shortcode
* Description: Render elementor's accordion/tab shortcode in the HTML field.
* Author: Prashant @ WPMUDEV
* Task: SLS-5751
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/