You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can customize how often Shared Counts refreshes the counts using the shared_counts_update_increments filter (see here).
But you can only specify the global rules - you can't have different rules based on the post type, category, or other attributes of the post.
If we pass $post_id as a parameter to needs_updating() and include it in the filter, you could make posts in a certain category refresh more often than others.
The text was updated successfully, but these errors were encountered:
You can customize how often Shared Counts refreshes the counts using the
shared_counts_update_increments
filter (see here).But you can only specify the global rules - you can't have different rules based on the post type, category, or other attributes of the post.
If we pass
$post_id
as a parameter toneeds_updating()
and include it in the filter, you could make posts in a certain category refresh more often than others.The text was updated successfully, but these errors were encountered: