autoship_after_log_entry (action)

(src/logger.php) Helps developers to perform various actions after log entries are created. For example, this would allow merchants to fire an email to notify themselves when an issue with the Log arises. It takes the $time, $entry, $context, and the $message as its parameters.

Code

// Allow for email and other actions after a log entry has been added.
  do_action( 'autoship_after_log_entry', $time, $entry, $context, $message );

Included in these Functions