mycred_create_chart

Returns an instance of the myCRED_Chart object for building charts using the Statistics add-on.

mycred_get_email_notice

Returns an instance of the myCRED_Email object based on a given email notice post ID.

mycred_refund_transfer

This function attempts to refund a completed transfer.

mycred_new_transfer

This function attempts to process a transfer request that has been submitted by a transfer form. If no transfer form is used and you need to process a new transfer artificially, make sure you simulate

mycred_get_transfer

This function retrieves the myCRED_Transfer object, populated based on the given transfer ID.

mycred_get_account

Retrieves a given users myCRED_Account object.

mycred_get_woo_product_reward

This function will help you retrieve the point amount a user is rewarded when they buy a WooCommerce product.

mycred_query_users_total

This function will query the myCRED log in order to get a given users total balance for a particular point type.

buycred_gateway

This function will construct a given buyCRED Payment Gateway.

buycred_complete_pending_payment

This function will process a pending point purchase and "complete" it by paying the buyer the point they purchased.

buycred_trash_pending_payment

This function will trash a pending buyCRED point purchase payment.

buycred_get_users_pending_payments

This function will return all a given users currently pending buyCRED point purchases.

buycred_get_pending_payment

This function retrieves the buyCRED pending payment object based on a given pending payment ID.

buycred_get_pending_payment_id

This function attempts to get the WordPress post object ID for a given buyCRED pending payment ID.

mycred_display_users_total_balance

Returns a given users total balance for a specific point type formatted.

mycred_get_users_total_balance

This function returns a given user's total point balance for a specific point type.