Limit Revisions
/** * Limit WordPress revisions to 5 for all post types. */ add_filter('wp_revisions_to_keep', function ($num, $post)…
Set Background Color for Active Snippets (WPCode)
This code snippet sets a background color and adds a vertical activation bar to WPCode's code…
LifterLMS_DIR_AD_FPopulation - LifterLMS Course Sync - Detail Population Module
* PURPOSE: * - Hooks into main sync completion * - Populates comprehensive course data (lessons,…
GravityForms_DIR_AC_SYNC - Gravity Forms & Feeds Sync Engine
* Description: Manual sync functionality for forms and their feeds * Location: Run Everywhere * Priority:…
Shop Manager - View Only.js
Creates a Shop Manager - View Only role that can view the backend, but cannot edit…
WPBakery Collapse All Rows
Adds Collapse / Expand All Rows in WP Bakery Builder + Ave WP Theme
CSS Hide regular price
.original-computed-price ins:first-of-type{ display:none; }
change from the address
change email and name
Runs After A Successful OptinMonster Conversion (om.Optin.success)
Here are some things to know before you begin: All Javascript events are asynchronous. All campaign…
Show Terms By Default
Show the terms of agreement open on the checkout page by default
Download count shortcode
Add download count shortcode with ID and Offset attributes
Only count last file
This plugin makes it so that All Access only increments the download counter if the customer…
Remove Product Notes For Specific Downloads
Remove a download's product notes from showing on the purchase confirmation page, the admin email, and…
Shipping label template
/** * The template for displaying the shipping label * * Override this template by copying…