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.9.7.1

apply_filters('action_scheduler_logger_class') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Logger.php line 24
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    * @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: