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



wp_ability_invoked › WordPress Action Hooks

Seit7.1.0
Veraltetn/v
do_action( 'wp_ability_invoked', $this->name, $input, $this )
Parameter: (3)
  • () ability_name The name of the ability.
    Erforderlich: Ja
  • () input The raw input data for the ability, before normalization.
    Erforderlich: Ja
  • () ability The ability instance.
    Erforderlich: Ja
Definiert in:
Codex:

Fires when an ability is invoked, before any processing takes place.

This action fires for every call regardless of outcome (validation failure, permission denial, short-circuit, or successful execution), and before input normalization so the raw input is captured as-is.




Quellcode

do_action( 'wp_ability_invoked', $this->name, $input, $this );