mycred_my_ranks

This shortcode allows you to show all ranks a user currently has. Note that this is only usable when you have ranks for multiple point types.

mycred_get_users_rank_id

This function returns a given users current rank post object ID of a specific point type.

mycred_get_rank_object_id

This function attempts to convert a given rank name into it's post object ID.

mycred_rank_progress

This custom shortcode allows you to show a progress bar for your users current rang. You can select the colors to use, if the progress bar should be animated and to show the minimum and

mycred_bp_rank_in_profile

This filter allows you to adjust the way ranks are rendered in the BuddyPress user profile (if used).

mycred_bp_rank_in_header

This filter allows you to adjust the way ranks are rendered in the BuddyPress user profile header (if used).

mycred_user_got_promoted

This action hook fires each time a user has promoted to a rank that has a higher minimum point requirement set then their previous rank.

mycred_user_got_demoted

This action hook fires each time a user has demoted to a rank that has a lower minimum point requirement set then their previous rank.

mycred_assign_ranks

This function will assign ranks to users based on their balance.

mycred_have_ranks

This filter allows you to change the results of checking if any rank post exists, no matter the post status.

mycred_find_users_rank

This filter allows you to run custom scripts when myCRED checks if a user gains a new rank.

mycred_register_ranks

This filter lets you make adjustments to the Ranks post type settings before it is handed over to the register_post_type function.

mycred_rank_list

This filter allows you to adjust the template used by the mycred_list_ranks shortcode when rendering each rank you have setup for a particular point type.

mycred_users_of_rank

This filter allows you to filter the row template for the mycred_users_of_rank shortcode.

mycred_get_rank_logo

This function will return a given ranks logo image.

mycred_rank_has_logo

This function checks if a given rank has a logo using the has_post_thumbnail function.