Title: Edit Recent Edited Posts
Author: Katsushi Kawamori
Published: <strong>2024-06-03</strong>
Last modified: 2026-03-29

---

Szukaj wtyczek

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

# Edit Recent Edited Posts

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

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

 * [Szczegóły](https://pl.wordpress.org/plugins/edit-recent-edited-posts/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/edit-recent-edited-posts/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/edit-recent-edited-posts/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/edit-recent-edited-posts/#developers)

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

## Opis

#### 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
    );
    ```

## Zrzuty ekranu

 * [[
 * Admin bar view

## Instalacja

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

## Najczęściej zadawane pytania

none

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„Edit Recent Edited Posts” jest oprogramowaniem open source. Poniższe osoby miały
wkład w rozwój wtyczki.

Zaangażowani

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

Wtyczka „Edit Recent Edited Posts” została przetłumaczona na 1 język. Podziękuj 
[tłumaczom](https://translate.wordpress.org/projects/wp-plugins/edit-recent-edited-posts/contributors)
za ich wkład.

[Przetłumacz wtyczkę “Edit Recent Edited Posts” na swój język.](https://translate.wordpress.org/projects/wp-plugins/edit-recent-edited-posts)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/edit-recent-edited-posts/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/edit-recent-edited-posts/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/edit-recent-edited-posts/)
przez [RSS](https://plugins.trac.wordpress.org/log/edit-recent-edited-posts/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

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

 * Fix – Loading the management screen.

#### 1.00

Initial release.

## Meta

 *  Wersja **1.01**
 *  Ostatnia aktualizacja **2 miesiące temu**
 *  Włączone instalacje **Mniej niż 10**
 *  Wersja WordPressa ** 5.0 lub nowszej **
 *  Testowano do **7.0**
 *  Wersja PHP ** 8.0 lub nowszej **
 *  Języki
 * [English (US)](https://wordpress.org/plugins/edit-recent-edited-posts/) i [Japanese](https://ja.wordpress.org/plugins/edit-recent-edited-posts/).
 *  [Przetłumacz na swój język](https://translate.wordpress.org/projects/wp-plugins/edit-recent-edited-posts)
 * Tagi
 * [admin bar](https://pl.wordpress.org/plugins/tags/admin-bar/)[edit](https://pl.wordpress.org/plugins/tags/edit/)
   [posts](https://pl.wordpress.org/plugins/tags/posts/)[recent](https://pl.wordpress.org/plugins/tags/recent/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/edit-recent-edited-posts/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

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

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

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

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

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](https://shop.riverforest-wp.info/donate/)