Repository URL to install this package:
Version:
3.0.2 ▾
|
jsarnowski/wp-mail-smtp-pro
/
woocommerce
/
action-scheduler
/
classes
/
ActionScheduler_NullLogEntry.php
|
---|
<?php
/**
* Class ActionScheduler_NullLogEntry
*/
class ActionScheduler_NullLogEntry extends ActionScheduler_LogEntry {
public function __construct( $action_id = '', $message = '' ) {
// nothing to see here
}
}