• Team,

    Is it possible to access the reading_group (name or ID) via an API call?

    Something like:
    get_post_field(‘reading_group’, $post->ID);

Viewing 1 replies (of 1 total)
  • Thread Starter DJF3

    (@djf3)

    Ok, I got a bit further:
    Test 1: get_post_meta($post->ID, ‘wp_jv_post_rg’, false);
    seems empty..

    Test 2: get_post_meta($post->ID);
    displays all post metadata except for ‘wp_jv_post_rg’ ?

    When viewing the WP database I do see
    – ‘classic-editor-remember’
    – ‘_edit_lock’
    – ‘_edit_last’
    – ‘wp_jv_post_rg’

    but the ‘wp_jv_post_rg’ metadata record is not shown when writing all post_meta to a file ??

Viewing 1 replies (of 1 total)
  • The topic ‘Access reading group via get_post?’ is closed to new replies.