mycred_admin_init

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

mycred_front_enqueue

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

mycred_add_menu

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

mycred_tool_bar

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

mycred_widgets_init

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

mycred_init

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

mycred_after_deletion

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

mycred_before_deletion

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

mycred_deactivation

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

mycred_pre_init

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