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
This plugin deferres the _update_term_count_on_transition_post_status action to cron
== Description ==
Sometimes the term count update hooked to the transition_post_status action may slow down the post_save action. This plugin offloads the action to cron, so it does no block the post_save action.
== Installation ==
1. Upload this plugin to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress