mycred_init
Description
This action indicates the instance where myCRED is ready to run it’s initial actions. This action fires during WordPress’ init
instance. Note that as of version 1.7, this action fires before globals are set or assets are registered.
Available since version 1.0
Parameters
Param | Type | Required | Description | |
---|---|---|---|---|
No params |
Used By
All myCRED modules and hooks use this instance via the abstract class or directly from the module class.
Examples
No example found.