* @copyright Copyright 2014, Chris Aprea * @link http://wpaxl.com/themes/adoration * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html */ // Exit if accessed directly defined( 'ABSPATH' ) || exit; global $post, $product; $cat_count = sizeof( get_the_terms( $post->ID, 'product_cat' ) ); $tag_count = sizeof( get_the_terms( $post->ID, 'product_tag' ) ); ?>
| get_sku() ) ? $sku : esc_html__( 'N/A', 'adoration' ); ?> | |
| ' . esc_html( _n( 'Category', 'Categories', $cat_count, 'adoration' ) ) . ' | ', ' |
| ' . esc_html( _n( 'Tag', 'Tags', $tag_count, 'adoration' ) ) . ' | ', ' |