Title: Publishing Checklist
Author: Daniel Bachhuber
Published: <strong>26 Giugno 2015</strong>
Last modified: 27 Agosto 2015

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

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

# Publishing Checklist

 Di [Daniel Bachhuber](https://profiles.wordpress.org/danielbachhuber/)

[Scarica](https://downloads.wordpress.org/plugin/publishing-checklist.0.1.0.zip)

 * [Dettagli](https://it.wordpress.org/plugins/publishing-checklist/#description)
 * [Recensioni](https://it.wordpress.org/plugins/publishing-checklist/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/publishing-checklist/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/publishing-checklist/#developers)

 [Supporto](https://wordpress.org/support/plugin/publishing-checklist/)

## Descrizione

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.

## Screenshot

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

## Installazione

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.

## Recensioni

![](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 Settembre 2016 1 risposta

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 🙂

 [ Leggi tutte le recensioni di 2 ](https://wordpress.org/support/plugin/publishing-checklist/reviews/)

## Contributi e sviluppo

“Publishing Checklist” è un software open source. Le persone che hanno contribuito
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “Publishing Checklist” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/publishing-checklist)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/publishing-checklist/)
segui il [repository SVN](https://plugins.svn.wordpress.org/publishing-checklist/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/publishing-checklist/)
tramite [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)

## Meta

 *  Versione **0.1.0**
 *  Ultimo aggiornamento **11 anni fa**
 *  Installazioni attive **200+**
 *  Versione WordPress ** 4.2 o superiore **
 *  Testato fino alla versione **4.3.34**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/publishing-checklist/)
 * Tag
 * [checklist](https://it.wordpress.org/plugins/tags/checklist/)[editorial](https://it.wordpress.org/plugins/tags/editorial/)
   [publishing](https://it.wordpress.org/plugins/tags/publishing/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/publishing-checklist/advanced/)

## Valutazioni

 3 su 5 stelle.

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

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

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/publishing-checklist/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/publishing-checklist/)