action_scheduler_load_deprecated_functions

action_scheduler_load_deprecated_functions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('action_scheduler_load_deprecated_functions') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler.php line 193
    			 */
    			do_action( 'action_scheduler_init' );
    		}
    
    		if ( apply_filters( 'action_scheduler_load_deprecated_functions', true ) ) {
    			require_once( self::plugin_path( 'deprecated/functions.php' ) );
    		}
    
    		if ( defined( 'WP_CLI' ) && WP_CLI ) {
    			WP_CLI::add_command( 'action-scheduler', 'ActionScheduler_WPCLI_Scheduler_command' );
    			WP_CLI::add_command( 'action-scheduler', 'ActionScheduler_WPCLI_Clean_Command' );