Ẩn tab attribute cho product type Woocommerce function remove_linked_products($tabs){ unset($tabs[‘general’]); unset($tabs[‘inventory’]); unset($tabs[‘shipping’]); unset($tabs[‘linked_product’]); unset($tabs[‘attribute’]); unset($tabs[‘advanced’]); return($tabs); } add_filter(‘woocommerce_product_data_tabs’, ‘remove_linked_products’, 10, 1); Nguồn: https://www.themelocation.com/how-to-remove-product-panel-tabs-admin-panel-in-woocommerce/ function remove_tab($tabs){ unset($tabs[‘inventory’]); // it is to remove inventory tab //unset($tabs[‘advanced’]); // it is to remove advanced tab //unset($tabs[‘linked_product’]); // it is to remove linked_product tab //unset($tabs[‘attribute’]); // it is to ..
Archives : Tháng 5-2019
1. Đối với panel Vesta /usr/local/vesta/conf/mysql.conf Tham khảo tại: http://www.servermom.org/vesta-cp-mysql-root-password/ Đối với DirectAdmin: /usr/local/directadmin/conf/mysql.conf Tham khảo: https://forum.directadmin.com/showthread.php?t=41..
Lỗi Máy chủ (500 Internal Server Error). khi bấm cập nhật Elementor. Lỗi này là do giới hạn up file trong php, để khắc phục ta sửa thành theo thông số bên dưới: # nâng dung lượng up file lên 80MB memory_limit = 512M post_max_size = 80M upload_max_filesize = 200M Tham khảo: https://docs.elementor.com/article/300-500-error-while-using..
Phản hồi