This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* this is in themes functions.php*/ | |
| /******product page blurb***********/ | |
| function kindeye_store_product_page_blurb(){ | |
| if ( class_exists( 'WCVendors_Pro' ) ){ | |
| $key = '_wcv_product_page_vendor_blurb'; | |
| $value = get_user_meta( get_current_user_id(), $key, true ); | |
| // Product Page blurb | |
| WCVendors_Pro_Form_Helper::input( array( | |
| 'id' => $key, |
NewerOlder