the_row_index()ACF 1.0

No Hooks.

Returns

null. Nothing (null).

Usage

the_row_index();

the_row_index() code ACF 6.8.8

function the_row_index() {
	echo intval( get_row_index() );
}