Rest_Api_DIR - Users
/** * WPCode Snippet: Expose Users Sync ACF Fields to REST API (Application Password Auth Required)…
Rankmath Breadcrums
add_action('wp_head', 'mi_add_breadcrumbs'); function mi_add_breadcrumbs() { if (function_exists('rank_math_the_breadcrumbs')) { echo ''; rank_math_the_breadcrumbs(); echo ''; } }
Change Currency Format By Locale
This snippet below shows how to change the currency format for each language.
Cortex E-commerce Products SEO Meta
/** * Cortex E-commerce Products SEO Meta API v1.0 * REST Endpoints for WooCommerce Product &…
Admin Bar - Updates (copy)
Show updates in Admin Bar
META PIXEL BASE + MANUAL ADVANCED MATCHING (WooCommerce/WordPress)
/** * ============================================================================= * META PIXEL BASE + MANUAL ADVANCED MATCHING (WooCommerce/WordPress) * Pixel ID: *…
Allow Subscriptions Product on BOGO and Add Product Search Field
add_filter( 'acfw_product_search_allowed_types' , 'acfw_search_add_support_for_subscription_products' ); function acfw_search_add_support_for_subscription_products( $product_types ) { $product_types[] = 'subscription'; $product_types[] = 'variable-subscription';…
Sample Email Template Tag
This is an example of how to register a new email template tag for EDD.
AffiliateWP – Second Affiliate Selection at Checkout (WooCommerce Checkout Block)
Adds a second affiliate dropdown to the WooCommerce Checkout Block, allowing customers to select two affiliates…
PayPal Commerce - PayPal Checkout using only the PayPal button
Hide Venmo, Pay Later, Apple Pay, Google Pay buttons, and Pay Later messages from the PayPal…
Add vat over the commission
This will add VAT value over the commission
WPForms — Quantity-Aware Form Locker Inventory
Use the Form Locker's Total Entry Limit as an inventory for product items, ensuring that you…
WWS - Disable and Redirect the Wholesale Suite Dashboard
By applying the following code, you will: 1. Remove the Dashboard submenu item from the sidebar.…