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)


Top ↑

Return Return

(string)


Top ↑

Source Source

File: packages/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.