Title: WP Revised Status
Author: yivi
Published: <strong>Июль 22, 2015-ж.</strong>
Last modified: Август 9, 2016-ж.

---

Плагиндерди издөө

![](https://ps.w.org/revised-publishing-status/assets/banner-772x250.jpg?rev=1249868)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/revised-publishing-status_f1f0f1.svg)

# WP Revised Status

 Автору [yivi](https://profiles.wordpress.org/yivi/)

[Жүктөө](https://downloads.wordpress.org/plugin/revised-publishing-status.zip)

 * [Кенен маалымат](https://kir.wordpress.org/plugins/revised-publishing-status/#description)
 * [Сын-пикирлер](https://kir.wordpress.org/plugins/revised-publishing-status/#reviews)
 *  [Орнотуу](https://kir.wordpress.org/plugins/revised-publishing-status/#installation)
 * [Development](https://kir.wordpress.org/plugins/revised-publishing-status/#developers)

 [Колдоо](https://wordpress.org/support/plugin/revised-publishing-status/)

## Сүрөттөө

Sometimes it would be useful to track changes in publishing status throughout time,
but native WP revisions will always inherit the parent’s publishing status.

This plugin enables saving the post status (‘published’, ‘draft’, ‘pending’, etc)
with each revision, so you can track publishing status where you have many users
and accountability is desirable.

#### Available Hooks

    ```
    wp-revised-status_tracked-posttypes
    ```

You can use this to set up posttypes to track without using the options page. Your
function should return an associative array.

E.g.:

    ```
     add_filter( 'wp-revised-status_tracked-posttypes', function( $enabled ) {
     $enabled['post'] = 1;
     $enabled['page'] = 1;

     return $enabled;
     }


    wp-revised-status_untracked-posttypes
    ```

Exactly the inverse of the previous hook. ** What you disable on this hook takes
precedence to what you enable in the `tracked_posttypes` one.

E.g.:

    ```
    function my_plugin_no_history( $disabled ) {
        $disabled['page'] = 1;

        return $disabled;
    }
    add_filter( 'wp-revised-status_untracked-posttypes', 'my_plugin_no_history' );


    wp-status-revised_disable-options
    ```

If you are using the plugin inside a theme or another plugin, and want to disable
the options page, you can just do:

    ```
    add_filter( 'wp-status-revised_disable-options', '__return_true' )
    ```

#### Github

Github repository at plugin at https://github.com/yivi/wp-revised-status

## Скриншоттор

 * [[
 * The new revision status metabox
 * [[
 * Options page to enable publishing status history for registered post types.

## Орнотуу

 1. Unzip plugin’s files in a folder inside `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## FAQ.KG

  Where is published information saved?

An entry will be created on your post_meta for each revision, that will be deleted
whenever a revision is deleted.

  Are custom post types supported?

Any post type properly registered is supported. You need to enable support for any
post type either through the settings page or using the appropriate filters.

  Are custom post statuses supported?

Any custom post type registered should work… but let me know if it doesn’t. 🙂

  Does this work with PHP < 5.3?

No, sorry. PHP5.3 at a minimum, but at least 5.4 is recommended.

## Сын-пикирлер

There are no reviews for this plugin.

## Contributors & Developers

“WP Revised Status” is open source software. The following people have contributed
to this plugin.

Мүчөлөрү

 *   [ yivi ](https://profiles.wordpress.org/yivi/)

[Translate “WP Revised Status” into your language.](https://translate.wordpress.org/projects/wp-plugins/revised-publishing-status)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/revised-publishing-status/),
check out the [SVN repository](https://plugins.svn.wordpress.org/revised-publishing-status/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/revised-publishing-status/)
by [RSS](https://plugins.trac.wordpress.org/log/revised-publishing-status/?limit=100&mode=stop_on_copy&format=rss).

## Өзгөртүүлөр

#### 0.8.1

 * Inline documentation in settings page
 * Show which settings have been set via filter hooks, and disable the gui for those.

#### 0.7.0

 * Minor refactoring of main plugin classes

#### 0.6.2

 * Minor packaging fixes

#### 0.6

 * Initial public release

## Мета

 *  Нуска **0.8.6**
 *  Акыркы жаңыртуу **10 жыл мурун**
 *  Активдүү орнотуулар **10+**
 *  WordPress нускасы ** 4.0 же андан жогору **
 *  Tested up to **4.6.0**
 *  Тил
 * [English (US)](https://wordpress.org/plugins/revised-publishing-status/)
 * Тег:
 * [revisions](https://kir.wordpress.org/plugins/tags/revisions/)
 *  [Advanced View](https://kir.wordpress.org/plugins/revised-publishing-status/advanced/)

## Рейтинг

Азырынча эч кандай сын-пикир жок.

[Your review](https://wordpress.org/support/plugin/revised-publishing-status/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/revised-publishing-status/reviews/)

## Мүчөлөрү

 *   [ yivi ](https://profiles.wordpress.org/yivi/)

## Колдоо

Комментарийлер барбы? Жардам керекпи?

 [Колдоо форумун көрүү](https://wordpress.org/support/plugin/revised-publishing-status/)