Remove WordPress Version Number
Hide the WordPress version number from your site's frontend and feeds
Change Donor Count
Example where a donor count is changed for a specific campaign.
WPForms: add several new smart tags for newly submitted CPT: ID, title and URL.
Mainly useful when the Post Submissions addon is used. Several new smart tags are registered to…
Kupon kódok megjelenítése az értesítő email-ekben
Ezzel a kóddal megjeleníthetjük a vásárlás során felhasznált kupon kódokat az értesítő email-ekben. Az egyszerűbb és…
Button - Read More to Buy Now
changes read more to buy now
Download Archive Menu Item
Displays the download archive link in the "View All" tab of the "Pages" menu items meta…
Retroactive License Emails
Send an email with the license key to customers when retroactively generating licenses with Easy Digital…
Download Archive Purchase Buttons
Output purchase button below the full content on download archive pages.
Auto Generate Virtual Coupon After a Customer Completed an Order
/** * Generate a virtual coupon when order is completed. * * @param int $order_id Order…
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);…