Allow ico Files Upload
Add support for ico files to be uploaded in WordPress media.
Allow Templatera Templates to be used for Dynamic Templates
In Total 5.9 with the introduction of the built in Dynamic Template post type we removed…
WP Simple Pay: Allow Customers to Exempt from Tax
Add a "Checkbox" field with the "Stripe Metadata Label" set to "Tax Exempt"
WP Simple Pay: Stripe Checkout - Subscription Confirmation
Ensure Customer Subscriptions are available in the payment confirmation data.
Change Custom Amount Field Label Per Campaign
Filter the custom amount field description on a per campaign basis.
Generate a virtual coupon when order is completed.
This snippet will generate a new virtual coupon for a coupon that you've enabled virtual coupon…
Give Subscription on Purchase
This snippet will provide customers with one year of access to subscription content when they make…
Change the sold by link label to vendor's name
Change the sold by link label to vendor's name
Use Billing Address in Order Exports
By default the export order feature for the vendor dashboard users the customers shipping address. This…
Add Custom Taxonomy - Multiple Vendor Taxonomy
Allows the vendor to select multiple taxonomies
featured-images-rss-feed
function featuredtoRSS($content) { global $post; if ( has_post_thumbnail( $post->ID ) ){ $content = '<div>' . get_the_post_thumbnail(…