Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function ak_add_extra_data(){
  2.  
  3.  
  4. $extra_data = 'Anything' ?>
  5.  
  6. <!-- Here is markup to display extra data -->
  7. <div class="extra-data-area">
  8. <?php echo esc_html($extra_data); ?>
  9. </div>
  10.  
  11.  
  12. <?php }
  13. add_action('woocommerce_after_shop_loop_item','ak_add_extra_data');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement