Support

Account

Home Forums Add-ons Flexible Content Field Count taxonomy rows in flexible content Reply To: Count taxonomy rows in flexible content

  • Hi @mantismamita

    Just to be safe try this:

    
    $repeater = get_field('product_category_row');
    $count = count($repeater);