PHP: How Do I Get The Brand Logo Link?
-
I am trying to display the brand description and brand logo on each product page. To get the brand description I am using this:
$brands = wp_get_object_terms(get_the_ID(), 'pwb-brand'); var_dump($brands);
I can access the brand description using
$brands->description
How do I get the URL to the brand logo?
Many thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP: How Do I Get The Brand Logo Link?’ is closed to new replies.