Impacted plugin
Super Cache
What
Replace edit_other_posts with a custom capability “delete_supercache” or add a filteror add a nice apply_filter(
How
In wpsc_admin_bar_render() there is a check on a hardcoded capability ( edit_other_posts )
which by default corresponds to the editor and administrator user levels.
This could be replaced with a custom capability “delete_supercache” or add a nice apply_filter() so this capability could be customized to permit/deny the deletion of the entire cache.
Impacted plugin
Super Cache
What
Replace edit_other_posts with a custom capability “delete_supercache” or add a filteror add a nice apply_filter(
How
In wpsc_admin_bar_render() there is a check on a hardcoded capability ( edit_other_posts )
which by default corresponds to the editor and administrator user levels.
This could be replaced with a custom capability “delete_supercache” or add a nice apply_filter() so this capability could be customized to permit/deny the deletion of the entire cache.