Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: cron_unschedule_event_error

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
167                     /**
168                      * Fires when an error happens unscheduling a cron event.
169                      *
170                      * @since 6.1.0
171                      *
172                      * @param WP_Error $result The WP_Error object.
173                      * @param string   $hook   Action hook to execute when the event is run.
174                      * @param array    $v      Event data.
175                      */
176                     do_action( 'cron_unschedule_event_error', $result, $hook, $v );
177                }
178
179                /**
180                 * Fires scheduled events.
181                 *
182                 * @ignore
183                 * @since 2.1.0
184                 *
185                 * @param string $hook Name of the hook that was scheduled to be fired.