Guest User

Untitled

a guest
Mar 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php
  2. add_action( 'woocommerce_after_main_content', 'after_main_content', 1 );
  3.  
  4. function after_main_content() {
  5. echo "<div class='best-seller'>
  6. <h3>If you need help or have a question for Customer Service, please visit the <a href='#'>Help Section.</a></h3>
  7. </div";
  8. }
Add Comment
Please, Sign In to add comment