Viewing 1 replies (of 1 total)
  • Plugin Author myCred

    (@designbymerovingi)

    Hi Lulu.

    Yes that is correct. Every users rank is saved under the meta key “mycred_rank” and it saves the rank ID (post ID). With any post ID in WordPress you can get the post object and with that every detail about each rank.

    In WordPress if you have the post ID, you can get any other detail from the post for example by using: get_the_title( $post_id ) or get_post( $post_id ) for the entire post object.

Viewing 1 replies (of 1 total)
  • The topic ‘Meta key’ is closed to new replies.