'; } /****************************************************************************************/ add_action( 'cleanretina_footer', 'cleanretina_footer_widget_area', 10 ); /** * Displays the footer widgets */ function cleanretina_footer_widget_area() { if( is_active_sidebar( 'cleanretina_footer_sidebar' ) ) { ?>

'; } /****************************************************************************************/ add_action( 'cleanretina_footer', 'cleanretina_socialnetworks', 20 ); /****************************************************************************************/ add_action( 'cleanretina_footer', 'cleanretina_footer_info', 25 ); /** * function to show the footer info, copyright information */ function cleanretina_footer_info() { $output = ''; echo do_shortcode( $output ); } /****************************************************************************************/ add_action( 'cleanretina_footer', 'cleanretina_close_sitegenerator_div', 30 ); /** * Closes the wrapper div. */ function cleanretina_close_sitegenerator_div() { echo '
'; } /****************************************************************************************/ add_action( 'cleanretina_footer', 'cleanretina_close_wrapper_div', 35 ); /** * Closes the wrapper div. */ function cleanretina_close_wrapper_div() { echo ''; } add_action( 'cleanretina_footer', 'cleanretina_backtotop_html', 40 ); /** * Shows the back to top icon to go to top. */ function cleanretina_backtotop_html() { echo '
'.__( 'Back to Top', 'cleanretina' ).'
'; } ?>