mycred_log_date

This filter allows you to customize how the log entry dates are presented.

mycred_get_remote

This function returns the Remove API (version 1.0) settings.

myCRED_Remote

This is the main myCRED API class allowing your site to award / deduct points based on requests from other websites.

mycred_update_user_balance

This action hook fires each time a users balance is updated.

mycred_get_users_cred

This filter allows you to make adjustments to a users balance as it is retrieved from the database.

mycred_get_total_by_time

This function will return the total number of points logged in the log table between two dates, either in total, for a specific reference or for a specific user.

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_send

This shortcode allows the user viewing the shortcode to send a pre-set amount of points under a specific reference to a pre-selected user. Basically this is a very very basic transfer shortcode where the amount,

mycred_link

This shortcode allows you to award or deduct points from the current user when their click on a link. This shortcode will always generate a link, even if the user viewing it has already clicked

mycred_give

This shortcode allows you to give your users points when this shortcode is rendered. These points are created “out of thin air and not from a specific account / user. You can insert this in

mycred_label

This filter allows you to change the value of the MYCRED_DEFAULT_LABEL constant, re-naming the myCRED plugin.

mycred_my_balance

This shortcode allows you to show the balance of the user viewing the shortcode or a specific user. By default, the balance is displayed formatted with a wrapping element, however these can be disabled and

mycred_leaderboard

This shortcode allows you to create leaderboards that are based on either your users current / total balances or based on events in the log, e.g. a leaderboard showing who gained most points from approved

mycred_user_row_actions

This filter allows you to remove or add custom action links when viewing your users point balance on the Users page.

mycred_admin_enqueue

This action indicates the instance where myCRED has enqueued all scripts and styling in the admin area.

mycred_admin_init

This action indicates the instance where myCRED has finished running tasks when the wp-admin area is initiated.