Title: Publishing Checklist
Author: Daniel Bachhuber
Published: <strong>2015-يىلى 26-ئىيۇن</strong>
Last modified: 2015-يىلى 27-ئاۋغۇست

---

قىستۇرما ئىزدە

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/publishing-checklist.svg)

# Publishing Checklist

 يازغۇچى [Daniel Bachhuber](https://profiles.wordpress.org/danielbachhuber/)

[چۈشۈر](https://downloads.wordpress.org/plugin/publishing-checklist.0.1.0.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/publishing-checklist/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/publishing-checklist/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/publishing-checklist/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/publishing-checklist/#developers)

 [قوللاش](https://wordpress.org/support/plugin/publishing-checklist/)

## چۈشەندۈرۈش

Publishing Checklist is a developer tool for adding pre-flight editorial checklists
to WordPress posts. Each time a user saves a post, Publishing Checklist validates
that post type’s list of tasks to make sure the content is ready for release. Tasks
are validated with callbacks you supply when registering tasks.

## ئېكران كەسمىسى

 * [[
 * Checklist summaries will be displayed within a column on the Manage post screen.
 * [[
 * Checklists will also be displayed within the Publish metabox on the Edit screen.

## ئورنىتىش

It’s a plugin! Install it like any other.

Once you’ve done so, you’ll need to register the checklist items and callbacks for
your site. Here’s a simple example that checks for a featured image.

    ```
    `php
    ```

add_action( ›publishing_checklist_init‹, function() {
 $args = array( ›label‹ =>
esc_html__( ›Featured Image‹, ›demo_publishing_checklist‹ ), ›callback‹ => function(
$post_id ) { return has_post_thumbnail( $post_id ); }, ›explanation‹ => esc_html__(›
A featured image is required.‹, ›demo_publishing_checklist‹ ), ›post_type‹ => array(›
post‹ ), ); Publishing_Checklist()->register_task( ›demo-featured-image‹, $args );});`

## FAQ

  Where will the checklist appear?

On Manage and Edit post screens.

  Does the plugin come with any default checklists?

Not yet.

## باھالاشلار

![](https://secure.gravatar.com/avatar/db5f00feed9f07a05ba356cd6f75cb56ded4f759909050160470bd14d6a25923?
s=60&d=retro&r=g)

### 󠀁[Posts get published regardless](https://wordpress.org/support/topic/posts-get-published-regardless/)󠁿

 [sba7elfol](https://profiles.wordpress.org/sba7elfol/) 2016-يىلى 3-سېنتەبىر 1 reply

The idea is great and probably the best implementation in the editor I have seen.
However, it does not do the job. Creators, please keep supporting this plugin 🙂

 [ 2 باھالاشنىڭ ھەممىنى ئوقۇش ](https://wordpress.org/support/plugin/publishing-checklist/reviews/)

## تۆھپىكار ۋە ئىجادكار

«Publishing Checklist» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا 
تۆھپە قوشقان.

تۆھپىكار

 *   [ Daniel Bachhuber ](https://profiles.wordpress.org/danielbachhuber/)
 *   [ fusionengineering ](https://profiles.wordpress.org/fusionengineering/)
 *   [ Davis Shaver ](https://profiles.wordpress.org/davisshaver/)

[«Publishing Checklist» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/publishing-checklist)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/publishing-checklist/)،
[SVN خەزىنە](https://plugins.svn.wordpress.org/publishing-checklist/) تەكشۈرۈپ ياكى
[RSS](https://plugins.trac.wordpress.org/log/publishing-checklist/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/publishing-checklist/)
گە مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

#### 0.1.0 (June 26, 2015)

 * Initial release.
 * [Full release notes](http://fusion.net/story/154952/introducing-publishing-checklist-v0-1-0)

## Meta

 *  Version **0.1.0**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **11 يىل بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **200+**
 *  WordPress نەشرى ** 4.2 ياكى يۇقىرى **
 *  **4.3.34** دا سىنالغان
 *  تىل
 * [English (US)](https://wordpress.org/plugins/publishing-checklist/)
 * بەلگە
 * [checklist](https://ug.wordpress.org/plugins/tags/checklist/)[editorial](https://ug.wordpress.org/plugins/tags/editorial/)
   [publishing](https://ug.wordpress.org/plugins/tags/publishing/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/publishing-checklist/advanced/)

## دەرىجە

 3/5 يۇلتۇز

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=1)

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

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/publishing-checklist/reviews/)

## تۆھپىكار

 *   [ Daniel Bachhuber ](https://profiles.wordpress.org/danielbachhuber/)
 *   [ fusionengineering ](https://profiles.wordpress.org/fusionengineering/)
 *   [ Davis Shaver ](https://profiles.wordpress.org/davisshaver/)

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/publishing-checklist/)