Displays a link to the recent edited posts in the admin bar, where you can edit it.
As of April 2026, Edit Recent Edited Posts is a WordPress edit plugin with 0 active installations and a 0/5 rating0. It has been downloaded 1.1K+ times in total. Requires WordPress 5.0+ and PHP 8.0+. Available on WordPress.org since 2024. Actively maintained — updated within the last month. Top alternative: Forget About Shortcode Buttons.
/** ==================================================
* Filter for capability.
*
*/
add_filter( 'edit_recent_edited_posts_user_can',
function() {
return 'edit_published_posts';
},
10,
1
);
/** ==================================================
* Filter for period to be displayed.
*
*/
add_filter(
'edit_recent_edited_posts_days',
function() {
return 30;
},
10,
1
);
/** ==================================================
* Filter for user ID of the post to be displayed.
*…| WordPress | 5.0+ requiredTested up to 7.0 |
| PHP | 8.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.