بستن
0 محصول
مشاهده سبد خرید
add_filter( 'use_block_editor_for_post_type', function( $can_edit, $post_type ) { if ( $post_type === 'product' ) { return true; } return $can_edit; }, 10, 2 ); add_filter( 'woocommerce_register_post_type_product', function( $args ) { $args['show_in_rest'] = true; return $args; } );
















