run on payment page
if payment page, send email
WPForms: new smart tag - Current Unix Time
Using wp_date() function to output a Unix time where the smart tag is used.
Untitled Snippet
function vqs_leaderboard_assets() { wp_enqueue_style( 'vqs-leaderboard-css', get_stylesheet_directory_uri() . '/vqs-leaderboard.css', [], '1.0' ); wp_enqueue_script( 'vqs-leaderboard-js', get_stylesheet_directory_uri() . '/vqs-leaderboard.js',…
Fit Men Academy Footer
Fit Men Academy / Here's an improved prompt that addresses your concerns and provides clear instructions…
Download count shortcode
Add download count shortcode with ID and Offset attributes
AffiliateWP — Block Referrals for Existing Customers
Prevents AffiliateWP from generating referral commissions for returning customers. Commissions will only fire on a customer's…
Exclude Wholesale Customers from receiving the PDF Invoice
Integration with the PDF Invoices & Packing Slips for WooCommerce plugin by WP Overnight.
Taxonomy Count
Control the number of products displayed on the default download category and download tag pages.
Add an image filed to the sign up form
// Add the image field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_image_uploader'); function wcv_image_uploader( ){ if…
Disable sold by link on checkout page
/** * Disable the sold by link on the checkout page */ add_filter('wcvendors_sold_by_link', 'wcv_disable_checkout_sold_by_link', 10, 2);…