advanced code snippet search
juniorgodoi on 11/03/10
wordpress magic fields field custom
11/03/10 06:48am
How get total of duplicated fields.
<?php $fieldName = get_field_duplicate("field_name");$fieldTotal = count($fieldName);echo $fieldTotal;?>
Report this snippet Tweet
Comment:
You need to login to post a comment.