the_row_index()
No Hooks.
Returns
null. Nothing (null).
Usage
the_row_index();
the_row_index() the row index code ACF 6.8.8
function the_row_index() {
echo intval( get_row_index() );
}
No Hooks.
null. Nothing (null).
the_row_index();
function the_row_index() {
echo intval( get_row_index() );
}