File "ActionScheduler_NullLogEntry.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_NullLogEntry.php
File size: 154 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

class ActionScheduler_NullLogEntry extends ActionScheduler_LogEntry
{
    public function __construct($action_id = '', $message = '')
    {
    }
}