wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_abilities_api_init › WordPress Action Hooks

Seit6.9.0
Veraltetn/v
do_action( 'wp_abilities_api_init', self::$instance )
Parameter:
  • () instance Abilities registry object.
    Erforderlich: Ja
Definiert in:
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.




Quellcode

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