Home › Forums › WoodMart support forum › This theme recommends the following plugins › Reply To: This theme recommends the following plugins
December 12, 2023 at 4:10 pm
#520917
Aizaz Imtiaz Awan
Keymaster
Hello,
Add this code in function.php of the child theme.
add_action('admin_head', 'bc_disable_notice'); function bc_disable_notice() { ?> <style> .notice { display: none;} </style> <?php }
Best Regards.