Guest User

Untitled

a guest
Mar 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. if (!function_exists('woocommerce_template_single_excerpt')) {
  2. function woocommerce_template_single_excerpt( $post ) {
  3. global $post;
  4. if ($post->post_excerpt) echo '<div itemprop="description">' . do_shortcode(wpautop(wptexturize($post->post_excerpt))) . '</div>';
  5. }
  6. }
Add Comment
Please, Sign In to add comment