Remove Specific Campaign Based on the Referral URL- v1

document.addEventListener('om.Campaign.startShow', function(event) { if(document.referrer.search.indexOf('google.com') > 0) { // replace with the specific referral domain var optinCampaign…

Gravitar Fix

add_filter('get_avatar', function($avatar_html, $id_or_email, $size) { // Force width/height attributes to match the requested avatar size $size…

Robert Jax
<10

GravityForms_DIR_AB_ACF - Gravity Forms & Feeds ACF Fields

* Description: Registers ACF fields for form and feed data + notification/confirmation content * Location: Run…

ismail daugherty PRO
<10

PageTemplate_Universal - GRAVITY FLOW EMBED TEMPLATE

Version: 1.1.0 7 * Author: Portal Blueprint 8 * Compatible with: Gravity Flow 2.8+, BuddyBoss, Divi,…

ismail daugherty PRO
<10

Remove Gift Aid "Title" Field From Donation Forms

add_filter( 'charitable_default_donation_fields', function( $fields ) { if ( isset( $fields['title'] ) ) { // Remove from…

Vendor Email Tag

Show the Shop Vendor's email for each download purchased

Reverse Receivers

Reverses the receivers for PayPal Adaptive Payments

Use Billing Address in Order Exports

By default the export order feature for the vendor dashboard users the customers shipping address. This…

Imagik

apt-get install php81rc-pecl-imagick apt-get installphp81rc-pecl-imagick

1 47 48 49 50 51 124