Code functions.php
Đoạn code đã test thành công trên theme Flatsome phiên bản 3.16.2. Bạn chỉ cần copy paste đoạn code vào file function.php là được nhé
add_action('init','hide_flatsome_notice');
function hide_flatsome_notice() {
remove_action('admin_notices','flatsome_maintenance_admin_notice');
}
Sau đó bạn lưu lại và tận hưởng thành quả. Chúc bạn thành công !
