array( 'name' => __( 'Placeholder reference', 'yith-woocommerce-sms-notifications' ), 'type' => 'title', ), ); $counter = 0; foreach ( YITH_WSN()->placeholder_reference() as $key => $label ) { $howto[ 'ywsn_howto_' . $counter ] = array( 'type' => 'yith-wc-label', 'title' => $key, 'desc' => $label, ); $counter ++; } $howto['ywsn_howto_section_end'] = array( 'type' => 'sectionend', ); return array( 'howto' => $howto );