.

' . __( 'A total of %d lists were found in your MailChimp account.', 'mailchimp-for-wp' ) . '

', count( $lists ) ); echo ''; $headings = array( __( 'List Name', 'mailchimp-for-wp' ), __( 'ID', 'mailchimp-for-wp' ), __( 'Subscribers', 'mailchimp-for-wp' ) ); echo ''; echo ''; foreach( $headings as $heading ) { echo sprintf( '', $heading ); } echo ''; echo ''; foreach ( $lists as $list ) { /** @var MC4WP_MailChimp_List $list */ echo ''; echo sprintf( '', $list->id, esc_html( $list->name ) ); echo sprintf( '', esc_html( $list->id ) ); echo sprintf( '', esc_html( $list->subscriber_count ) ); echo ''; echo sprintf( '', $list->id ); echo ''; ?> '; } // end if empty ?>
%s
%s%s%s