Trình Build web uxbuilder rất tiện lợi với Coder , Tuy nhiên với người dùng nó lại mang rắc rối khi người dùng ko biết sự dụng tự ý chỉnh sửa gây ra lỗi . Đa số Người thiết kế web sẽ tắt , Ẩn uxbuilder theme Flatsome đi khi bàn giao web . Sau đây là cách làm nhé

Ẩn uxbuilder theme Flatsome trong soạn thảo văn bản đăng bài mới
Bạn vào file functions.php của child theme nhé, copy đoạn dưới rồi lưu lại:
add_action( 'admin_head','remove_builder_edit_form_top', 1 );
function remove_builder_edit_form_top() {
$screen = get_current_screen();
if ( 'page' !== $screen->post_type && 'blocks' !== $screen->post_type ) {
remove_action( 'edit_form_top', 'ux_builder_edit_form_top' );
}
}
Đoạn trên sẽ remove tab editer và uxbuilder ở phần sản phẩm và bài viết ngoại trừ trang và uxblock trong theme flatsome.
Bình luận bị cấm: Bình luận có chứa yếu tố SPAM và yếu tố quảng cáo.