mycred_get_my_rank

This function returns the current users myCRED rank object. Uses the mycred_get_users_rank function.

mycred_find_users_rank

This function will attempt to find a given users rank of a specific point type. This function can be used to just query which rank a user should have or also save this rank.

mycred_get_users_rank

This function will retrieve a given users current rank object for a specific point type.

mycred_get_rank

This function will return the myCRED Rank Object for a given rank ID.

mycred_have_ranks

This function checks if there are published rank post objects for a particular point type.

mycred_count_ref_instances

Returns the number of times a specific reference occurs in the log, with the option to filter by user ID or by point type.

mycred_override_settings

This function checks if the master template feature is enabled on a Multisite installation.

mycred_get_settings_network

This function returns the network settings on a Multisite installation.

mycred_user_can_transfer

This function checks if a user can afford or allowed to make a transfer of a specified amount of points.

mycred_transfer

This shortcode will generate the transfer form allowing users to send points to each other.

mycred_flush_widget_cache

Wrapper function for wp_cache_delete for deleting widget caches. Used when myCRED widget settings are saved.

mycred_subtract

This function allows you to decrease a users balance by deducting a specific amount from it.

mycred_add

Adds a given amount of creds to a specific user. Once the users balance has been updated, a new log entry is made under the given reference.

mycred_get_users_balance

This function will return a given users current points balance.

mycred_exclude_user

Checks if a given user is excluded from using a particular point type.

mycred_is_admin

This function checks if a specific user is to be considered an "administrator".