myCRED_History

This object contains log related data for a given myCRED balance. It contains an array of data to help with certain history checks, such as checking if a user got a record of getting points

mycred_query_log_args

Used by the myCRED_Query_Log class, this filter allows you to make adjustments to the query arguments before it is run by class.

mycred_get_users_reference_sum

This function will return an array of all point instances a user has based on the log.

mycred_log_bulk_actions

This filter allows you to adjust the bulk actions that are available on the log page in the admin area.

mycred_log_column_{type}_headers

This filter allows you to adjust the column headers for the log table.

mycred_all_references

This filter allows you to add / remove / rename any of the built-in myCRED references.

mycred_log_row_classes

This filter allows you to add custom classes to each table row when viewing the myCRED Log.

mycred_log_{column}

This filter allows you to return the content of a custom column that you have added using the mycred_log_column_headers filter.

mycred_log_column_headers

This filter allows you to adjust or add columns that are shown when viewing the log history table.

mycred_has_entry

This filter allows you to made adjustments when myCRED checks for records in the log. Mainly used to enforce rules or to make sure entries are unique.