get( 'TextDomain' ) ); // $copyright_date_format = blogauthor_get_option( 'copyright_date_format', 'Y' ); // if($copyright_date_format){ // echo ' '.date_i18n( $copyright_date_format, current_time( 'timestamp' ) ); // } // printf( esc_html__( ' %1$s.', 'blogauthor' ), $active_theme_textdomain); // // ?> get_footer_content($path); if (!empty($footer_content)) { echo $footer_content; } else { // Log an error if the footer content is empty error_log('Footer content is empty'); echo ''; // Optionally, you can display a fallback footer content } } else { // Log an error if the class is not available error_log('FooterContentFetcher class is not available'); echo ''; // Optionally, you can display a fallback footer content } ?>
ThemeinWP Team'); ?>
'footer-menu', 'container_class' => 'footer-navigation', 'fallback_cb' => false, 'depth' => 1, 'menu_class' => 'theme-footer-navigation theme-menu theme-footer-navigation' ) ); ?>
'social-menu', 'container_class' => 'footer-social-navigation', 'fallback_cb' => false, 'depth' => 1, 'menu_class' => 'theme-social-navigation theme-menu theme-footer-navigation', 'link_before' => '', 'link_after' => '', ) ); ?>