get_image_id() ); $item_title = get_the_title( $item_post_id ); $desc_length = get_theme_mod( 'shop_search_ajax_desc_excerpt_length', 10 ); $description = wp_trim_words( get_theme_mod( 'shop_search_ajax_desc_content', 'product-post-content' ) === 'product-post-content' ? $product->get_description() : $product->get_short_description(), $desc_length ); $price = $product->get_price_html(); } else { $item_term_id = $args['term_id']; $item_term = get_term( $item_term_id ); $item_permalink = get_term_link( $item_term_id ); $item_image = false; $item_title = $item_term->name; $description = false; $price = false; } // @codingStandardsIgnoreEnd WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound ?>