action_scheduler_logger_class

action_scheduler_logger_class

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('action_scheduler_logger_class') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Logger.php line 15
    	 * @return ActionScheduler_Logger
    	 */
    	public static function instance() {
    		if ( empty(self::$logger) ) {
    			$class = apply_filters('action_scheduler_logger_class', 'ActionScheduler_wpCommentLogger');
    			self::$logger = new $class();
    		}
    		return self::$logger;
    	}
    
    	/**
    

See this hook used in plugins: