the_row_index()ACF 1.0

Хуков нет.

Возвращает

null. Ничего (null).

Использование

the_row_index();

Код the_row_index() ACF 6.4.2

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