webhook updated request body example

{ "lead": { "email": "[email protected]", "ipAddress": "1.2.3.4", "referrer": "https://optinmonster.com/", "timestamp": 1699985224, "firstName": "Archie", "lastName": "Monster", "phone":…

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…

Disable sold by link on checkout page

/** * Disable the sold by link on the checkout page */ add_filter('wcvendors_sold_by_link', 'wcv_disable_checkout_sold_by_link', 10, 2);…

Add duplicate link to admin bar menu

Extend the WPCode duplicate snippet (https://library.wpcode.com/snippet/7oqnzxow/) with an admin bar menu item. The duplicate snippet needs…

<10

code at the end of the body tag

Hello, I need to include the following code at the end of the body tag of…

1 78 79 80 81 82 125