You appear to be a bot. Output may be restricted
Description
Issue deprecated warning if an Action Scheduler function is called in the shutdown hook.
Usage
ActionScheduler::check_shutdown_hook( $function_name );
Parameters
- $function_name
- ( string ) required – The name of the function being called.
Returns
void
Source
File name: woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler.php
Lines:
1 to 4 of 4
public static function check_shutdown_hook( $function_name ) { _deprecated_function( __FUNCTION__, '3.1.6' ); }