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



wp_before_execute_ability › WordPress Action Hooks

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

Fires before an ability gets executed, after input validation and permissions check.





Quellcode

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