Disable Notifications in Beaver Builder

This was added to Beaver Builder version 2.1

Beaver-Builder-Notifications

To remove the notification bell just add this line of code to your functions.php file of your child theme and update. See image below:

add_filter ('fl_disable_notifications', '__return_true' );
Beaver-Builder-Child-Theme-Editing