How to Change the WordPress Login Page...
This snippet allows you to easily change the URL of the logo on your WordPress login ...

WPCodeBox
130
Removes Beaver Builder blog post notifications within the Page Builder editor, effectively tidying up the user interface for a cleaner workflow.
<?php
add_filter ('fl_disable_notifications', '__return_true' );