oont-contents/plugins/mailpoet/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php
2025-04-06 08:34:48 +02:00

7 lines
202 B
PHP

<?php
if (!defined('ABSPATH')) exit;
class ActionScheduler_NullLogEntry extends ActionScheduler_LogEntry {
public function __construct( $action_id = '', $message = '' ) {
// nothing to see here.
}
}