NS CALENDAR SHORTCODE
/** * Compliance Calendar - Dashboard Shortcodes v1.3 * * Shortcodes for displaying compliance data on…
Paystack Split Payments Integration with WC Vendors — Saving the Vendor Sub-Account Code
update_user_meta( $user->ID, '_paystack_sub_account_code', 'ACCT_xxxxxxxxxxxxx' );
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' );
How to Change CSV Export Delimiter
This snippet will modify the CSV separator symbol to be a semicolon instead of a comma.
PageTemplate_Universal - GRAVITY FLOW EMBED TEMPLATE
Version: 1.1.0 7 * Author: Portal Blueprint 8 * Compatible with: Gravity Flow 2.8+, BuddyBoss, Divi,…
MST Case Container Initiate Case
* Called by Uncanny Automator via "Call a custom function/method" action * When Form 269 (MST…
https://zuhuralkhshab.store/
new open
Cortex Image Meta API
/** * Cortex Image Meta API - REST Endpoints for WordPress Image Optimization * v1.0 -…
Cortex Schema API
/** * Cortex Schema API v3.1 - Streamlined Schema Audit with Server-Side Filtering * * Focused…
Auto-link Site Name - Home Page
Pulls company name from Settings > General > Site Title Pulls link title from Settings >…