Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. //Change the Product description heading
  2. add_filter('woocommerce_product_description_heading', 'ps_custom_product_description_heading');
  3. function ps_custom_product_description_heading(){
  4. return __( 'Custom Product Description' );
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement