Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <?php
  2. if ( ! defined( 'ABSPATH' ) ) {
  3. exit; // Exit if accessed directly
  4. }
  5.  
  6. $_product = wc_get_product( $question->product_id );
  7. $author_id = get_post_field ('post_author', $question->product_id);
  8. $seller_name = get_the_author_meta( 'first_name' , $author_id );
  9.  
  10. do_action( 'woocommerce_email_header', $email_heading ); ?>
  11.  
  12. <div class="ywqa-content">TEXTO</p></div>
  13.  
  14. <?php do_action( 'woocommerce_email_footer', $email ); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement