action_scheduler_load_deprecated_functions, true

action_scheduler_load_deprecated_functions, true

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

apply_filters('action_scheduler_load_deprecated_functions, true') is found 1 times:

  • /vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php line 239
    			 */
    			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' );