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 / sc-multisite-bulk-apply-config.php
Last active September 22, 2024 04:34
[SmartCrawl Pro] Bulk-apply config to subsites
<?php
/**
* Plugin Name: [SmartCrawl Pro] Bulk-apply config to subsites
* Description: Adds an "Apply subsite config" link in the SmartCrawl network admin menu with a page to bulk-apply settings to subsites
* Author: Anderson Salas @ WPMUDEV
* Task: SLS-6513
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / ivt-hide-footer-links-whitelabel.php
Last active September 20, 2024 11:59
[IVT] - Hide footer links and modals when whitelabel enabled
@wpmudev-sls
wpmudev-sls / forminator-display-group-inline-pdf.php
Last active September 18, 2024 06:22
[Forminator Pro] - Display group fields inline inside the PDF
<?php
/**
* Plugin Name: [Forminator Pro] Group field display inline inside the PDF
* Description: Group field display inline inside the PDF.
* Author: Prashant @ WPMUDEV
* Task: SLS-6457
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@wpmudev-sls
wpmudev-sls / forminator-limit-submission-based-on-field.php
Last active September 18, 2024 06:16
[Forminator Pro] - Limit submission based on a field
<?php
/**
* Plugin Name: [Forminator Pro] Limit maximum submissions based on the amount of a number field
* Description: Limit maximum submissions based on the amount of a number field.
* Author: Prashant @ WPMUDEV
* Task: SLS-6468
* Author URI: https://premium.wpmudev.org
* License: GPLv2 or later
*/
@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' ) ) {