AGENT
AGENT = 'ActionScheduler'
Class ActionScheduler_wpCommentLogger
$logger : null|self
Instance.
log_failed_fetch_action(string $action_id, null|\Exception $exception = null) : mixed
Log the failure of fetching the action.
string | $action_id | Action ID. |
null|\Exception | $exception | The exception which occurred when fetching the action. NULL by default for backward compatibility. |
filter_comment_feed(string $where, \WP_Query $query) : string
Make sure Action Scheduler logs are excluded from comment feeds, which use WP_Query, not the WP_Comment_Query class handled by @see self::filter_comment_queries().
string | $where | Query's |
\WP_Query | $query | Query object. |