There was an error while loading. Please reload this page.
By default, 'text_url' and 'text' fields get table-like styling
add_filter( 'cmb2_repeat_table_row_types', function( array array ) { // Your code here. return array; } );
array
$string_list
apply_filters( 'cmb2_repeat_table_row_types', array( 'text_url', 'text', ) )
← All Hooks