Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. add_action( 'woocommerce_before_checkout_form', 'wnd_checkout_message', 10 );
  2.  
  3. function wnd_checkout_message( ) {
  4. echo '<div class="wnd-checkout-message"><h3>For shipments outside the United States, call <a href=tel:"333-444-5555">333-444-5555</a>!</h3>
  5. </div>';
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement