This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: How to add image source into a custom field?

Home Forums Product Support Forums Ajax Search Pro for WordPress Support How to add image source into a custom field? Reply To: How to add image source into a custom field?

#32535
codigo3net85codigo3net85
Participant

Hello! Here is what YITH support told me about how to get $vendor

Hi Daniel,
you can use this:

$vendor = yith_get_vendor( $term_id, ‘vendor’ );

and in add you can check if this is a valid vendor with this method

$vendor->is_valid()

Is this enough Ernest to get image from vendor and be shown in your ASP plugin?
Thanks