(hook) action-hook . WP 2.1.0
Fires scheduled events.
Usage
add_action( '(hook)', 'action_function_name_1346' ); function action_function_name_1346( $hook ){ // action... }
- $hook(string)
- Name of the hook that was scheduled to be fired.
Changelog
Since 2.1.0 | Introduced. |
Where the hook is called
In file: /wp-cron.php
(hook)
wp-cron.php 138
do_action_ref_array( $hook, $v['args'] );