Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Classes / Methods / Page 62

ActionScheduler_wpCommentLogger::delete_comment_count_cache()

Method: 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.

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

Used by 0 functions | Uses 0 functions

ActionScheduler_wpCommentLogger::disable_comment_counting()

Method:

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

Used by 0 functions | Uses 0 functions

ActionScheduler_wpCommentLogger::enable_comment_counting()

Method:

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

Used by 0 functions | Uses 0 functions

ActionScheduler_wpCommentLogger::filter_comment_count()

Method: Remove action log entries from wp_count_comments()

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

Used by 0 functions | Uses 1 function

ActionScheduler_wpCommentLogger::filter_comment_feed()

Method: 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().

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

Used by 0 functions | Uses 1 function

ActionScheduler_wpCommentLogger::filter_comment_queries()

Method:

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

Used by 0 functions | Uses 0 functions

ActionScheduler_wpCommentLogger::filter_comment_query_clauses()

Method:

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

Used by 0 functions | Uses 1 function

ActionScheduler_wpCommentLogger::get_comment()

Method:

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

Used by 1 function | Uses 0 functions

ActionScheduler_wpCommentLogger::get_comment_count()

Method: Retrieve the comment counts from our cache, or the database if the cached version isn’t set.

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

Used by 1 function | Uses 0 functions

ActionScheduler_wpCommentLogger::get_entry()

Method:

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

Used by 1 function | Uses 5 functions
« Previous 1 … 61 62 63 … 2,076 Next »
Proudly powered by WordPress