·'; $meta = array(); $meta[] = '' . esc_html( Plans::type_label( $plan['type'] ) ) . ''; if ( 'draft' === $plan['status'] ) { $meta[] = '' . esc_html__( 'Draft', 'subscription' ) . ''; } /* translators: %d: number of durations. */ $meta[] = esc_html( sprintf( _n( '%d duration', '%d durations', $term_count, 'subscription' ), $term_count ) ); /* translators: %d: number of connected products. */ $meta[] = esc_html( sprintf( _n( '%d product', '%d products', $product_count, 'subscription' ), $product_count ) ); ?>