Title: Edit Recent Edited Posts
Author: Katsushi Kawamori
Published: <strong>3 juni 2024</strong>
Last modified: 29 maart 2026

---

Plugins zoeken

![](https://ps.w.org/edit-recent-edited-posts/assets/icon-256x256.png?rev=3096696)

# Edit Recent Edited Posts

 Door [Katsushi Kawamori](https://profiles.wordpress.org/katsushi-kawamori/)

[Download](https://downloads.wordpress.org/plugin/edit-recent-edited-posts.1.01.zip)

 * [Details](https://nl-be.wordpress.org/plugins/edit-recent-edited-posts/#description)
 * [Beoordelingen](https://nl-be.wordpress.org/plugins/edit-recent-edited-posts/#reviews)
 *  [Installatie](https://nl-be.wordpress.org/plugins/edit-recent-edited-posts/#installation)
 * [Ontwikkeling](https://nl-be.wordpress.org/plugins/edit-recent-edited-posts/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/edit-recent-edited-posts/)

## Beschrijving

#### Displays a link to the recent edited posts in the admin bar, where you can edit it.

 * Showing 5 posts edited within the last 3 days.
 * Support Post, Pages, Media and Custom Posts.
 * Can change various settings using the filter hooks below.

#### How it works

#### Filter hooks

    ```
    /** ==================================================
     * 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.
     *
     */
    add_filter(
        'edit_recent_edited_posts_author_ids',
        function() {
            $user_ids = array();
            $user_ids[] = get_current_user_id();
            return $user_ids;
        },
        10,
        1
    );
    ```

    ```
    /** ==================================================
     * Filter for displayed results.
     *
     */
    add_filter(
        'edit_recent_edited_posts_items',
        function() {
            return 10;
        },
        10,
        1
    );
    ```

    ```
    /** ==================================================
     * Filter for display order.
     *
     */
    add_filter(
        'edit_recent_edited_posts_order',
        function() {
            return 'ASC';
        },
        10,
        1
    );
    ```

    ```
    /** ==================================================
     * Filter for type of posting date and time.
     *
     */
    add_filter(
        'edit_recent_edited_posts_orderby',
        function() {
            return 'post_date';
        },
        10,
        1
    );
    ```

## Schermafbeeldingen

[⌊Admin bar view⌉⌊Admin bar view⌉[

Admin bar view

## Installatie

 1. Upload `edit-recent-edited-posts` directory to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## FAQ

none

## Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

## Bijdragers & ontwikkelaars

“Edit Recent Edited Posts” is open source software. De volgende personen hebben 
bijgedragen aan deze plugin.

Bijdragers

 *   [ Katsushi Kawamori ](https://profiles.wordpress.org/katsushi-kawamori/)

“Edit Recent Edited Posts” is vertaald in 1 taal. Dank voor [de vertalers](https://translate.wordpress.org/projects/wp-plugins/edit-recent-edited-posts/contributors)
voor hun bijdragen.

[Vertaal “Edit Recent Edited Posts” naar jouw taal.](https://translate.wordpress.org/projects/wp-plugins/edit-recent-edited-posts)

### Interesse in de ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/edit-recent-edited-posts/),
haal de [SVN repository](https://plugins.svn.wordpress.org/edit-recent-edited-posts/)
op, of abonneer je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/edit-recent-edited-posts/)
via [RSS](https://plugins.trac.wordpress.org/log/edit-recent-edited-posts/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### [1.01] 2025/04/17

 * Fix – Loading the management screen.

#### 1.00

Initial release.

## Meta

 *  Versie **1.01**
 *  Laatst bijgewerkt: **3 maanden geleden**
 *  Actieve installaties: **Minder dan 10**
 *  WordPress versie ** 5.0 of nieuwer **
 *  Getest t/m **7.0**
 *  PHP versie ** 8.0 of nieuwer **
 *  Talen
 * [English (US)](https://wordpress.org/plugins/edit-recent-edited-posts/) en [Japanese](https://ja.wordpress.org/plugins/edit-recent-edited-posts/).
 *  [Vertaal in jouw taal](https://translate.wordpress.org/projects/wp-plugins/edit-recent-edited-posts)
 * Tags
 * [admin bar](https://nl-be.wordpress.org/plugins/tags/admin-bar/)[edit](https://nl-be.wordpress.org/plugins/tags/edit/)
   [posts](https://nl-be.wordpress.org/plugins/tags/posts/)[recent](https://nl-be.wordpress.org/plugins/tags/recent/)
 *  [Geavanceerde weergave](https://nl-be.wordpress.org/plugins/edit-recent-edited-posts/advanced/)

## Beoordelingen

Er zijn nog geen beoordelingen ingediend.

[Your review](https://wordpress.org/support/plugin/edit-recent-edited-posts/reviews/#new-post)

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/edit-recent-edited-posts/reviews/)

## Bijdragers

 *   [ Katsushi Kawamori ](https://profiles.wordpress.org/katsushi-kawamori/)

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/edit-recent-edited-posts/)

## Doneren

Wil je de groei van deze plugin ondersteunen?

 [ Doneer aan deze plugin ](https://shop.riverforest-wp.info/donate/)