Forums
(@captainjk)
4 years, 10 months ago
Figured it out. Needed to change $table = get_field( 'table_block' ); to $table = get_sub_field( 'table_block' );. Works great now!
$table = get_field( 'table_block' );
$table = get_sub_field( 'table_block' );