Fires before an ability gets executed, after input validation and permissions check.
Parameters
$ability_namestring- The name of the ability.
$inputmixed- The input data for the ability.
Source
do_action( 'wp_before_execute_ability', $this->name, $input );
Changelog
| Version | Description |
|---|---|
| 6.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.