<?php
/**
* Displays the footer info
*
* @package WordPress
* @subpackage Alone
* @since Alone 7.0
*/
/**
* Hook: alone_footer_info
*
* @hooked alone_footer_info_wrapper_start - 10
* @hooked alone_footer_info_copyright - 20
* @hooked alone_footer_info_navigation - 30
* @hooked alone_footer_info_wrapper_end - 60
*/
do_action('alone_footer_info');