Paystack Split Payments Integration with WC Vendors — Calculating Vendor Splits

if ( wc_string_to_bool( get_option( 'wcvendors_vendor_give_taxes' ) ) ) { // Add tax fees to vendor total…

Hide Empty Categories for PP Grid Filter

add_filter( 'pp_cg_filters_show_available_posts_terms', '__return_true' );

Image Ilana Borsje PRO
<10

How to Change CSV Export Delimiter

This snippet will modify the CSV separator symbol to be a semicolon instead of a comma.

<10

PageTemplate_Universal - GRAVITY FLOW EMBED TEMPLATE

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

Image ismail daugherty PRO
<10

MST Case Container Initiate Case

* Called by Uncanny Automator via "Call a custom function/method" action * When Form 269 (MST…

Image ismail daugherty PRO
<10

Cortex Image Meta API

/** * Cortex Image Meta API - REST Endpoints for WordPress Image Optimization * v1.0 -…

<10

Cortex Schema API

/** * Cortex Schema API v3.1 - Streamlined Schema Audit with Server-Side Filtering * * Focused…

<10

Auto-link Site Name - Home Page

Pulls company name from Settings > General > Site Title Pulls link title from Settings >…

<10

Untitled Snippet

function remove_my_action() { remove_action('wp_head', 'et_add_viewport_meta'); } function custom_et_add_viewport_meta(){ echo ''; } add_action( 'init', 'remove_my_action'); add_action( 'wp_head',…

1 203 204 205 206 207 210