/**
* The Footer: widgets area, logo, footer menu and socials
*
* @package TUBER
* @since TUBER 1.0
*/
do_action( 'tuber_action_page_content_end_text' );
// Widgets area below the content
tuber_create_widgets_area( 'widgets_below_content' );
do_action( 'tuber_action_page_content_end' );
?>