Forums
Forums / Plugin: Custom Field Suite / How to get all data value fields?
(@balexm)
5 years, 3 months ago
Hello. How can I get all data value fields from all posts? Thanks
(@iwebdealer)
5 years, 2 months ago
Hi! While you are waiting for an answer, I will help you in any way I can…
On the field settings page, you can see the id of the group you created in the browser line like: post=34097&action=edit
<?php $cfs_id = 34097; $cfs_info = get_post_meta( $cfs_id , 'cfs_fields', true ); var_dump( $cfs_info ); ?>
Hope this helps you!
The topic ‘How to get all data value fields?’ is closed to new replies.