Display the stock availability for all product types in WooCommerce archive pages
Learn how to add Availability label ? in your WooCommerce website. This will help to notify…
Setting the Default Address Scheme to International
This snippet is used to update the default behavior of the Address field in WPForms. This…
Disable Search
Disable Search
Add Email Tag For Donation Field
Add an email tag for an existing donation field.
Move Campaign Summary Below Content
Move the campaign summary block (funds raised, number of donors, etc) to below the extended description…
Custom Countries
Illustrates how to add a custom list of countries
Allow SVG Files Upload (copy)
Add support for SVG files to be uploaded in WordPress media.
Sample Email Template Tag
This is an example of how to register a new email template tag for EDD as…
Redirecting Vendors to Vendor Dashboard on Login
Snippet To Redirect Vendors to their Dashboard on login
Add menu item to vendor dashboard
// Add this to your themes functions.php function add_menu_item( $pages ){ $pages[] = array( 'label' =>…