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

In this article

Fires when an error happens unscheduling a cron event.

Parameters

$resultWP_Error
The WP_Error object.
$hookstring
Action hook to execute when the event is run.
$varray
Event data.

Source

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

Changelog

VersionDescription
6.1.0Introduced.

User Contributed Notes

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