// custom attributes - Modified and Optimized function costom_attributes() { global $post; global $product; $costom_attributes = ''; $product_attributes = prk_option('single_product_attributes'); $product_attributes_title = prk_option('product_attributes_title') ? prk_option('product_attributes_title') : 'ویژگی های محصول'; $p_featured_attributes = get_post_meta( get_the_ID(), 'prk_product_featured_attributes', true ); if ( empty($p_featured_attributes) ) { if ( $product_attributes ) { $is_variation = $product->is_type('variation'); $attributes = $is_variation ? wc_get_product($product->get_parent_id())->get_attributes() : $product->get_attributes(); if (is_array($attributes) && count($attributes)) { echo '
'; } } } else { echo ''; } return $costom_attributes; } مقایسه - آمل پمپ فرخیمقایسه – آمل پمپ فرخی