Title: Publishing Checklist
Author: Daniel Bachhuber
Published: <strong>ಜೂನ್ 26, 2015</strong>
Last modified: ಆಗಷ್ಟ್ 27, 2015

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

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://kn.wordpress.org/plugins/publishing-checklist/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/publishing-checklist/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/publishing-checklist/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.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/) ಸೆಪ್ಟೆಂಬರ್ 3, 2016 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 🙂

 [ Read all 2 reviews ](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/) ಪರಿಶೀಲಿಸಿ,
ಅಥವಾ [ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/publishing-checklist/)
ಗೆ [RSS](https://plugins.trac.wordpress.org/log/publishing-checklist/?limit=100&mode=stop_on_copy&format=rss)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

#### 0.1.0 (June 26, 2015)

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

## ಮೆಟಾ

 *  Version **0.1.0**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **11 ವರ್ಷಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **200+**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 4.2 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **4.3.34** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  Language
 * [English (US)](https://wordpress.org/plugins/publishing-checklist/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [checklist](https://kn.wordpress.org/plugins/tags/checklist/)[editorial](https://kn.wordpress.org/plugins/tags/editorial/)
   [publishing](https://kn.wordpress.org/plugins/tags/publishing/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/publishing-checklist/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

 3 out of 5 stars.

 *  [  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)

[See all reviews](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/)