acpt_field_has_rows
acpt_field_has_rows
Check if a field has nested values. Only usable for Repeater and List fields.
Usage
Parameters
post_id
(integer) (Required if term_id, user_id and option_page are null) The post IDterm_id
(integer) (Required if post_id, user_id and option_page are null) The term IDuser_id
(integer) (Required if post_id, term_id and option_page are null) The user IDoption_page
(string) (Required if post_id, term_id and user_id are null) The option page slugbox_name
(string) (Required) The box namefield_name
(string) (Required) The field name
Return
boolean
Last updated