Add Unified Product SKU with ID for Facebook Feed || WPML || PFE

function adt_wpml_unified_product_sku_id( $product_data, $feed, $product ) { // Check if the feed is for Facebook dynamic…

<10

Show and Save Custom Taxonomy On the Vendor Product Edit Form

This code snippet is for displaying and saving the custom product taxonomy (e.g., "product_brand" or "sizes")…

om-wp-plugin-load-in-head.php

// returning false will change the default location from footer to the head add_filter( 'optin_monster_api_loading_location', '__return_false'…

Convert headings to sentence case

If you like your headings in sentence case this works. No changes WP Database: if snippet…

Mapping WPForms Checkbox Values to ACF Checkbox Fields

This snippet uses the wpforms_post_submissions_process action hook to dynamically map WPForms checkbox submissions to ACF checkbox…

<10

Studex CM Main Menu

function homelink(){ $homelink = 'Home'; return $homelink;} function shoplink() { return 'Shop';} function discoverlink() { $discoverlink…

Adds a username field to WC Vendors Signup and uses it when creating the user.

This feature adds a Username field to the WC Vendors signup form, allowing vendors to choose…

WPCODE_DIR_AC_RAPI - REST API Enhancements for WPCode Snippets Sync

* Description: Exposes wpcode_snippets_sync CPT fields via REST API for WhaleSync * Location: Run Everywhere *…

ismail daugherty PRO
<10

webhook code example updated

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

WpPages_DIR_AB_ACF - WordPress Pages Sync ACF Fields (ENHANCED)

Description: Comprehensive ACF fields for page data with ALL metadata for WhaleSync/Airtable * Location: Run Everywhere…

ismail daugherty PRO
<10
1 137 138 139 140 141 218