action_scheduler_failed_old_action_deletion

action_scheduler_failed_old_action_deletion

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.7.8.1

do_action('action_scheduler_failed_old_action_deletion') is found 1 times:

  • /packages/action-scheduler/classes/ActionScheduler_QueueCleaner.php line 68
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
                     * @param Exception $e The exception thrown when attempting to delete the action from the data store
                     * @param int $lifespan The retention period, in seconds, for old actions
                     * @param int $count_of_actions_to_delete The number of old actions being deleted in this batch
                     */
                    do_action( 'action_scheduler_failed_old_action_deletion', $action_id, $e, $lifespan, count( $actions_to_delete ) );
                }
            }
        }
    }
     
    /**