6, 'md' => 6 ) ) . ' text-right clearfix">'; // @codingStandardsIgnoreLine do_action( 'fl_footer_col2_open' ); if ( 'text' == $col_layout || 'social-text' == $col_layout ) { echo '
'; } if ( 'social' == $col_layout || 'social-text' == $col_layout ) { self::social_icons(); } if ( 'menu' == $col_layout ) { wp_nav_menu(array( 'theme_location' => 'footer', 'items_wrap' => '', 'container' => false, 'fallback_cb' => 'FLTheme::nav_menu_fallback', )); } do_action( 'fl_footer_col2_close' ); echo ''; }