Gravity Forms Hook — BOL Upload Triggers Capture

When the vendor uploads the Bill of Lading, the following snippet links the submission to the…

Untitled Snippet

const crypto = require('crypto'); const secret = '•••••••••'; // Your verification secret key const userId =…

hkosnip

// index.php?name=david echo $_GET['name']; // index.php?name=david&surname=adams echo $_GET['surname'];

AffiliateWP Network Stats Shortcode

Adds an [affwp_network_stats] shortcode with type and status attributes to display individual network metrics for JetEngine…

MAKING MONEY ONLINE WITH FRIDAH

THE FIRST $1000 ONLINE INCOME BLUEPRINT,AI INCOME BLUEPRINT FOR BEGINNERS

Search Filter by Genre and Artist

This will only work if genre and artist are registered as taxonomies in your theme or…

Change the "Add to Cart" Button Text

Change Add to cart and Buy now buttons

Paystack Split Payments Integration with WC Vendors — Saving the Vendor Sub-Account Code

update_user_meta( $user->ID, '_paystack_sub_account_code', 'ACCT_xxxxxxxxxxxxx' );

Exclude Specific Products from Parent Category

/** * Exclude specific products from appearing in their parent category. */ add_action('woocommerce_product_query', 'exclude_specific_products_from_parent_category'); function exclude_specific_products_from_parent_category($q)…

1 10 11 12 13 14 18