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



wp_after_execute_ability › WordPress Action Hooks

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

Fires immediately after an ability finished executing.





Quellcode

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