Chapters

Category: Actions

All available action hooks for myCRED.

mycred_add_menu

This action indicates the instance where myCRED has finished registering all the wp-admin screens.

Continue Reading

mycred_admin_enqueue

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

Continue Reading

mycred_admin_init

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

Continue Reading

mycred_after_deletion

This action indicates the instance when the myCRED plugin has been deleted.

Continue Reading

mycred_after_notifications

This action fires after the myCRED Notifications add-on starts echoing the notices.

Continue Reading

mycred_banking_compound_interest

This action runs after the Compound Interest service settings, allowing you to insert custom settings or code on the settings page.

Continue Reading

mycred_banking_recurring_payouts

This action runs after the Recurring Payouts service settings, allowing you to insert custom settings or code on the settings page.

Continue Reading

mycred_before_deletion

This action indicates the instance when the myCRED plugin is about to be deleted.

Continue Reading

mycred_before_notifications

This action fires before the myCRED Notifications add-on starts echoing the notices.

Continue Reading

mycred_deactivation

This action indicates the instance when the myCRED plugin has been disabled.

Continue Reading

mycred_email_sent

This action indicates the instance where the Email Notifications Add-on has sent an email to either your user or admin (or both).

Continue Reading

mycred_front_enqueue

This action indicates the instance when scripts and styles needs to be enqueued for the front end of your website.

Continue Reading

mycred_init

This action indicates the instance where myCRED is ready to run it’s initial actions.

Continue Reading

mycred_pre_init

This action fires once myCRED is ready after that modules have been loaded but before the init action.

Continue Reading

mycred_set_user_balance

This action allows you to execute custom actions when a users balance is changed to a specific amount.

Continue Reading

mycred_tool_bar

This action fires directly after myCRED has setup the WordPress Toolbar items.

Continue Reading

mycred_transfer_completed

This action indicates the instance when a transfer via the Transfer add-on has been successfully completed.

Continue Reading

mycred_transfer_ready

Allows you to execute custom code before a new transfer is processed by myCRED.

Continue Reading

mycred_twilio_action_$action

This action allows you to execute custom code for custom transfer action keywords.

Continue Reading

mycred_twilio_after_prefs

This action allows you to insert custom settings for the Twilio Transfers plugin.

Continue Reading

mycred_twilio_incoming_sms

This action allows you to execute custom code when the plugin detects an incoming Webhook message.

Continue Reading

mycred_twilio_transfer_cancelled

This action allows you to execute custom code when a Twilio transfer has been successfully cancelled (if allowed).

Continue Reading

mycred_twilio_transfer_finished

This action allows you to execute custom code when a Twilio transfer has finished successfully.

Continue Reading

mycred_update_user_balance

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

Continue Reading

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.

Continue Reading

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.

Continue Reading

mycred_widgets_init

This action fires once myCRED has loaded and registered all widgets.

Continue Reading