ActionScheduler_wpCommentLogger::filter_comment_feed( string $where, WP_Query $query )
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().
Description Description
Parameters Parameters
- $where
-
(Required)
- $query
-
(Required)
Return Return
(string)
Source Source
File: packages/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php