To get a visual representation of the available hooks in Page Builder Framework, logged in users with admin capabilities can display the hooks from the admin bar.
Remove “Display Theme Hooks” Link
To remove the link from the admin bar, please add the following filter to your child theme’s functions.php.
add_filter( 'wpbf_disable_hooks_guide', '__return_true' );