do_action( 'cron_unschedule_event_error', WP_Error $result, string $hook, array $v )

Fires when an error happens unscheduling a cron event.


Parameters

$result WP_Error
The WP_Error object.
$hook string
Action hook to execute when the event is run.
$v array
Event data.

Top ↑

Source

File: wp-cron.php. View all references

do_action( 'cron_unschedule_event_error', $result, $hook, $v );

Top ↑

Changelog

Changelog
Version Description
6.1.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.