Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $brand_name = $product->get_attribute('Autor');
  2.  
  3.  
  4. echo '<div class ="author-product">';
  5. if( $brand_name )
  6. echo $brand_name;
  7. echo '</div>';
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement