Untitled Snippet
5CX9RLRZI0VP0MTK0
Publishing email
Emails the author when their download is published.
Remove the "Apply to become a vendor" checkbox from the WooCommerce default customer signup form
/** * Remove WC Vendors "Apply to become a vendor" checkbox from the WooCommerce default customer…
Move User Fields Below Account Creation
Move the user fields below the "create an account" fields
TEst Library Marko
test
Content Restriction Compatibility for Software Licensing
Make the edd_restrict shortcode check if a license is expired before displaying content.
AffiliateWP - Affiliate Referrals CSV Export
Adds a "Download Referrals CSV" button to the Affiliate Area referrals tab. When WooCommerce is active,…
Reverse Receivers
Reverses the receivers for PayPal Adaptive Payments
Allow SVG/JPEG/WEBP/ICO/AVIF Files Upload
Allows these filetypes to be uploaded to the media library
Add Custom Taxonomy - Single Vendor Taxonomy
It'll only allow the vendor to select one custom taxonomy term at a time
How to change the store address country for all vendors
/** * Set the vendor's store country to us. */ function wcv_set_vendor_country() { if ( function_exists(…
Allow "Mark received" for Digital Product
add_filter( 'wcvendors_pro_mark_order_received_status', '__return_false' );
MemberPress: Dynamic Trail Periods
Sets up a dynamic trial period so that all users renew on the same date. In…
Untitled Snippet
google-site-verification=6Ml542WH4lYeFrqKo9pBa6NBaAyONR9l0k5Sgrk27xk
Remove Gutenberg CSS
//Remove Gutenberg Block Library CSS from loading on the frontend function smartwp_remove_wp_block_library_css(){ wp_dequeue_style( 'wp-block-library' ); wp_dequeue_style(…