Guest User

Untitled

a guest
Jun 22nd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2.  
  3. add_action( 'woocommerce_before_customer_login_form', 'function_woocommerce_before_customer_login_form' );
  4. function function_woocommerce_before_customer_login_form() {
  5. echo ('<div class="woocommerce-info">woocommerce_before_customer_login_form</div>');
  6. }
Add Comment
Please, Sign In to add comment