ActionScheduler_wpCommentLogger
Description Description
Source Source
File: packages/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php
Methods Methods
- create_wp_comment
- delete_comment_count_cache — Delete comment count cache whenever there is new comment or the status of a comment changes. Cache will be regenerated next time ActionScheduler_wpCommentLogger::filter_comment_count() is called.
- disable_comment_counting
- enable_comment_counting
- filter_comment_count — Remove action log entries from wp_count_comments()
- filter_comment_feed — 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().
- filter_comment_queries
- filter_comment_query_clauses
- get_comment
- get_comment_count — Retrieve the comment counts from our cache, or the database if the cached version isn't set.
- get_entry
- get_logs
- get_where_clause — Return a SQL clause to exclude Action Scheduler comments.
- init
- log