get( $name ); } } if ( ! function_exists( 'vs_site_info_center' ) ) { /** * Centers the text */ function vs_site_info_center() { $footer_menu_display = get_theme_mod( 'footer_menu_display', 0 ); $footer_social_display = get_theme_mod( 'footer_social_display', 0 ); if ( 0 === $footer_menu_display && 0 === $footer_social_display ) { return 'site-info-center'; } } }