Title: Publishing Checklist
Author: Daniel Bachhuber
Published: <strong>2015 年 6 月 26 日</strong>
Last modified: 2015 年 8 月 27 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的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://cn.wordpress.org/plugins/publishing-checklist/#description)
 * [评价](https://cn.wordpress.org/plugins/publishing-checklist/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/publishing-checklist/#installation)
 * [开发进展](https://cn.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.⌉⌊
Checklist summaries will be displayed within a column on the Manage post screen.⌉[

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.⌉⌊
Checklists will also be displayed within the Publish metabox on the Edit 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 );});`

## 常见问题

  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 年 9 月 3 日 1 回复

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)

## 额外信息

 *  版本 **0.1.0**
 *  最后更新：**11 年前**
 *  活跃安装数量 **200+**
 *  WordPress 版本 ** 4.2 或更高版本 **
 *  已测试的最高版本为 **4.3.34**
 *  语言
 * [English (US)](https://wordpress.org/plugins/publishing-checklist/)
 * 标签
 * [checklist](https://cn.wordpress.org/plugins/tags/checklist/)[editorial](https://cn.wordpress.org/plugins/tags/editorial/)
   [publishing](https://cn.wordpress.org/plugins/tags/publishing/)
 *  [高级视图](https://cn.wordpress.org/plugins/publishing-checklist/advanced/)

## 评级

 3 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=2)
 *  [  1 条 1 星评价     ](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/)