Title: Edit Recent Edited Posts
Author: Katsushi Kawamori
Published: <strong>জুন 3, 2024</strong>
Last modified: মাৰ্চ 29, 2026

---

প্লাগিনৰ সন্ধান কৰক

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

# Edit Recent Edited Posts

 [Katsushi Kawamori](https://profiles.wordpress.org/katsushi-kawamori/)-ৰ দ্বাৰা

[ডাউনল’ড কৰক](https://downloads.wordpress.org/plugin/edit-recent-edited-posts.1.01.zip)

 * [বিশদ বিৱৰণ](https://as.wordpress.org/plugins/edit-recent-edited-posts/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/edit-recent-edited-posts/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/edit-recent-edited-posts/#installation)
 * [বিকাশ](https://as.wordpress.org/plugins/edit-recent-edited-posts/#developers)

 [সাহায্য](https://wordpress.org/support/plugin/edit-recent-edited-posts/)

## বৰ্ণনা

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

## স্ক্ৰীনশ্বট

 * [[
 * Admin bar view

## ইনষ্টলেশ্যন

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

## সঘনাই উত্থাপিত প্ৰশ্ন

none

## পৰ্য্যালোচনা

এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।

## অৱদানকাৰী আৰু বিকাশকাৰীসকল

“Edit Recent Edited Posts” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান
আগবঢ়াইছে।

অৱদানকাৰীসকল

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

“Edit Recent Edited Posts” 1টা ভাষাত অনুবাদ কৰা হৈছে। [অনুবাদকসকল](https://translate.wordpress.org/projects/wp-plugins/edit-recent-edited-posts/contributors)
ক তেওঁলোকৰ অৱদানৰ বাবে ধন্যবাদ।

[আপোনাৰ ভাষাত “Edit Recent Edited Posts” অনুবাদ কৰক।](https://translate.wordpress.org/projects/wp-plugins/edit-recent-edited-posts)

### বিকাশৰ প্ৰতি আগ্ৰহী?

[ক’ড ব্ৰাউজ কৰক](https://plugins.trac.wordpress.org/browser/edit-recent-edited-posts/),
[SVN ৰিপজিটৰী](https://plugins.svn.wordpress.org/edit-recent-edited-posts/) চাওক
নাইবা [RSS](https://plugins.trac.wordpress.org/log/edit-recent-edited-posts/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/edit-recent-edited-posts/)
ছাবস্ক্ৰাইব কৰক।

## সলনি-পঞ্জী

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

 * Fix – Loading the management screen.

#### 1.00

Initial release.

## মেটা

 *  **1.01** সংস্কৰণ
 *  **2 মাহ আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **10টাতকৈ কম**
 *  WordPress-ৰ সংস্কৰণ ** 5.0 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **7.0**
 *  PHP-ৰ সংস্কৰণ ** 8.0 বা তাতকৈ ওপৰৰ **
 *  ভাষাবোৰ
 * [English (US)](https://wordpress.org/plugins/edit-recent-edited-posts/) আৰু [Japanese](https://ja.wordpress.org/plugins/edit-recent-edited-posts/).
 *  [আপোনাৰ ভাষাত অনুবাদ কৰক](https://translate.wordpress.org/projects/wp-plugins/edit-recent-edited-posts)
 * [admin bar](https://as.wordpress.org/plugins/tags/admin-bar/)[edit](https://as.wordpress.org/plugins/tags/edit/)
   [posts](https://as.wordpress.org/plugins/tags/posts/)[recent](https://as.wordpress.org/plugins/tags/recent/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/edit-recent-edited-posts/advanced/)

## ৰে’টিংবোৰ

এতিয়ালৈ কোনো পৰ্য্যালোচনা দাখিল কৰা হোৱা নাই।

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

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

## অৱদানকাৰীসকল

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

## সাহায্য

কিবা ক’বলগীয়া আছে? সহায় লাগে?

 [সাহায্যৰ ফ’ৰাম চাওক](https://wordpress.org/support/plugin/edit-recent-edited-posts/)

## দান কৰক

আপুনি এই প্লাগিনৰ উন্নতিৰ প্ৰতি সাহায্য আগবঢ়াব বিচাৰেনে?

 [ এই প্লাগিনক অনুদান দিয়ক ](https://shop.riverforest-wp.info/donate/)