Advertisement
Guest User

Untitled

a guest
May 6th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2. function patricks_woocommerce_call_to_order_text() {
  3. echo '<p>Call to order this product. <strong>123-456-7890</strong>.</p>';
  4. }
  5. add_action('woocommerce_single_product_summary','patricks_woocommerce_call_to_order_text', 30);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement