tag * * Hook in header.php * @since Orbit 1.0.0 */ function bit_main_container() { do_action( 'bit_main_container' ); } /** * Just after closing * * Hook in footer.php * @since Orbit 1.0.0 */ function bit_main_container_end() { do_action( 'bit_main_container_end' ); } /** * Just after opening
* * Hook in header.php * @since Orbit 1.0.0 */ function bit_header() { do_action( 'bit_header' ); } /** * Just after opening
* * Hook in header.php * @since Orbit 1.0.0 */ function bit_in_header() { do_action( 'bit_in_header' ); } /** * Just after closing
* * Hook in header.php * @since Orbit 1.0.0 */ function bit_header_end() { do_action( 'bit_header_end' ); } /** * Just before opening
* * Hook in header.php * @since Orbit 1.0.0 */ function bit_content_container() { do_action( 'bit_content_container' ); } /** * Just after opening
* * Hook in header.php * @since Orbit 1.0.0 */ function bit_in_content_container() { do_action( 'bit_in_content_container' ); } /** * Just after closing
* * Hook in footer.php * @since Orbit 1.0.0 */ function bit_content_container_end() { do_action( 'bit_content_container_end' ); } /** * Just after opening * * Hook in front-page.php * * @since Orbit 1.1.0 */ function bit_slider_end() { do_action( 'bit_slider_end' ); } /** * Just after closing * * Hook in content-excerpt.php * * @since Orbit 1.1.0 */ function bit_excerpt_end() { do_action( 'bit_excerpt_end' ); } /** * Just after closing * * Hook in content-content.php * * @since Orbit 1.1.0 */ function bit_post_end() { do_action( 'bit_post_end' ); } /** * Just after opening * * Hook in sidebar.php * * @since Orbit 1.1.0 */ function bit_sidebar_main_end() { do_action( 'bit_sidebar_main_end' ); } /** * Just bedore after * * Hook in sidebar-two.php * * @since Orbit 1.1.0 */ function bit_sidebar_two_end() { do_action( 'bit_sidebar_two_end' ); } /** * Just bedore after * * Hook in sidebar-front.php * * @since Orbit 1.1.0 */ function bit_sidebar_front_end() { do_action( 'bit_sidebar_front_end' ); } /** * Just after opening
* * Hook in front-page.php * * @since Orbit 1.1.0 */ function bit_front_boxes_start() { do_action( 'bit_front_boxes_start' ); } /** * Just before closing
* * Hook in front-page.php * * @since Orbit 1.1.0 */ function bit_front_boxes_end() { do_action( 'bit_front_boxes_end' ); } ?>