wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_abilities_api_init › WordPress Action Hooks

Since6.9.0
Deprecatedn/a
do_action( 'wp_abilities_api_init', self::$instance )
Parameters:
  • () instance Abilities registry object.
    Required: Yes
Defined at:
Codex:

Fires when preparing abilities registry.

Abilities should be created and register their hooks on this action rather than another action to ensure they're only loaded when needed.




Source

do_action( 'wp_abilities_api_init', self::$instance );