FunctionsWp Unschedule Hook

wp_unschedule_hook()

Unschedules all events attached to the hook.

Can be useful for plugins when deactivating to clean up the cron queue.

  • Full name: wp_unschedule_hook
  • Defined in: BigCommerce/Compatibility/wordpress-4-dot-9.php

Parameters

ParameterTypeDescription
$hookstringAction hook, the execution of which will be unscheduled.

Return Value

mixed


Automatically generated on 2025-01-21