• balexm

    (@balexm)


    Hello. How can I get all data value fields from all posts?
    Thanks

    • This topic was modified 4 years ago by balexm.
    • This topic was modified 4 years ago by balexm.
Viewing 1 replies (of 1 total)
  • 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!

    • This reply was modified 3 years, 11 months ago by iwebdealer.
Viewing 1 replies (of 1 total)
  • The topic ‘How to get all data value fields?’ is closed to new replies.