// הסרת טופס הוספת ביקורת חדשה בלבד add_filter( 'comments_open', 'remove_wc_review_form', 20, 2 ); function remove_wc_review_form( $open, $post_id ) { if ( get_post_type( $post_id ) === 'product' ) { return false; } return $open; } // הסרת הכיתוב "היה הראשון לכתוב ביקורת" במידה ואין ביקורות add_filter( 'woocommerce_product_tabs', 'customize_reviews_tab', 98 ); function customize_reviews_tab( $tabs ) { if ( isset( $tabs['reviews'] ) ) { // כאן אנחנו משאירים את הטאב, אך הקוד הקודם כבר יחסום את הטופס בתוכו } return $tabs; } n/a | Engines Factory - Part 2
Get the parts you need today. Pay later with . Learn more

n/a

Select the fields to be shown. Others will be hidden. Drag and drop to rearrange the order.
  • Image
  • SKU
  • Rating
  • Price
  • Stock
  • Availability
  • Add to cart
  • Description
  • Content
  • Weight
  • Dimensions
  • Additional information
Click outside to hide the comparison bar
Compare