Theme action reference
Theme hooks are now auto-generated from the code. Some of the basic actions listed on that page are documented here. A visual layout of the more common theme hooks is displayed at the ProBeaver site.
#
fl_head_openFires after the opening <head>
tag.
#
fl_headBeaver Builder’s styles and custom code are loaded after wp_head
to ensure they aren’t overridden by plugins you may have installed. Use the fl_head
action if you need to load something after Beaver Builder’s styles.
#
fl_body_openFires after the opening <body>
tag.
#
fl_page_openFires after the opening fl-page <div>
tag.
#
fl_before_top_barFires before the opening top bar <div>
tag.
#
fl_top_bar_col1_openFires at the beginning of the first top bar column.
#
fl_top_bar_col1_closeFires at the end of the first top bar column.
#
fl_top_bar_col2_openFires at the beginning of the second top bar column.
#
fl_top_bar_col2_closeFires at the end of the second top bar column.
#
fl_after_top_barFires after the closing top bar <div>
tag.
#
fl_before_headerFires before the opening header <div>
tag.
#
fl_header_content_openFires at the beginning of the header content section that is available in the Nav Bottom header layout.
#
fl_header_content_closeFires at the end of the header content section that is available in the Nav Bottom header layout.
#
fl_after_headerFires after the closing header <div>
tag.
#
fl_before_contentFires before the opening content <div>
tag.
#
fl_content_openFires after the opening content <div>
tag.
#
fl_post_top_meta_openFires at the beginning of the top post meta section.
#
fl_post_top_meta_closeFires at the end of the top post meta section.
#
fl_post_bottom_meta_openFires at the beginning of the bottom post meta section.
#
fl_post_bottom_meta_closeFires at the end of the bottom post meta section.
#
fl_comments_openFires after the opening fl-comments <div>
tag.
#
fl_comments_closeFires before the closing fl-comments <div>
tag.
#
fl_sidebar_openFires after the opening fl-sidebar <div>
tag.
#
fl_sidebar_closeFires before the closing fl-sidebar <div>
tag.
#
fl_content_closeFires before the closing content </div>
tag.
#
fl_after_contentFires after the closing content </div>
tag.
#
fl_footer_wrap_openFires after the opening footer wrap <div>
tag.
#
fl_before_footer_widgetsFires before the opening footer widgets <div>
tag.
#
fl_after_footer_widgetsFires after the closing footer widgets </div>
tag.
#
fl_before_footerFires before the opening footer <div>
tag.
#
fl_after_footerFires after the closing footer </div>
tag.
#
fl_footer_col1_openFires at the beginning of the first footer column.
#
fl_footer_col1_closeFires at the end of the first footer column.
#
fl_footer_col2_openFires at the beginning of the second footer column.
#
fl_footer_col2_closeFires at the end of the second footer column.
#
fl_footer_wrap_closeFires before the closing footer wrap </div>
tag.
#
fl_page_closeFires before the closing fl-page <div>
tag.
#
fl_body_closeFires before the closing </body>
tag.