the_row_index()
Хуков нет.
Возвращает
null. Ничего (null).
Использование
the_row_index();
Код the_row_index() the row index ACF 6.4.2
function the_row_index() {
echo intval( get_row_index() );
}
Хуков нет.
null. Ничего (null).
the_row_index();
function the_row_index() {
echo intval( get_row_index() );
}