How to changing “Add new row” text in the Repeater field on kirki

Use this code in repeater field:-

'row_label' => array(
	'type' => 'text',
	'value' => esc_html__( 'Social profile', 'stamina' ),
),

add-code

 

It’s worked for me 🙂


Leave a Reply