Hi Guys, This article is related to WooCommerce Product Vendors plugins which gives your store a multi-vendor marketplace. This article provides you with a source code to reconfigured vendor capability to access the WordPress dashboard. Copy the source code and paste on to your theme functions file or any where inside your plugins. //rewrite the vendor …
Tag Archives: plugins
How to add dynamic data on contact form 7 email template?
Hi Guys, Today I would like to share my experience adding dynamic data on Contact form 7 email template. The logic here is to create a hidden field and dynamically adding value on to the hidden field using wpcf7_posted_data filter hook. Step 1: Create a hidden field on contact form 7 form: I had created [hidden …
Continue reading “How to add dynamic data on contact form 7 email template?”