Answers for "acf loop count"

PHP
1

have_rows count acf php

$numrows = count( get_field( 'field_name', 'post_id' ) );
// post_id isn't need but required in some situations
Posted by: Guest on June-03-2020

Browse Popular Code Answers by Language