Có 1 số trường hợp khi muốn ẩn trình UX Builder của Flatsome tại post type thì việc đơn giản bạn chỉ cần thêm code bên dưới vào function.php
add_action('init', 'isures_remove_uxbuilder_post_type', 20);
function isures_remove_uxbuilder_post_type(){
if (function_exists('remove_ux_builder_post_type')) {
remove_ux_builder_post_type('product');
}
}
- Hướng dẫn fix lỗi “Notice: ob_end_flush(): failed to send buffer of zlib output compression (1)”
- Hướng dẫn thêm hiệu ứng Placeholder loading cho sản phẩm
- Custom lại field số điện thoại tại trang thanh toán
- Cách ẩn giá sản phẩm khỏi Google
- Hiện thêm ảnh sản phẩm tại trang thanh toán
- Code ẩn Edit Product che mất tùy chọn khi đăng sản phẩm