Title: Publishing Checklist
Author: Daniel Bachhuber
Published: <strong>26 de Xuño, 2015</strong>
Last modified: 27 de Agosto, 2015

---

Buscar plugins

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

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

# Publishing Checklist

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

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

 * [Detalles](https://gl.wordpress.org/plugins/publishing-checklist/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/publishing-checklist/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/publishing-checklist/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/publishing-checklist/#developers)

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

## Descrición

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.

## Capturas

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

## Instalación

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 );});`

## Preguntas frecuentes

  Where will the checklist appear?

On Manage and Edit post screens.

  Does the plugin come with any default checklists?

Not yet.

## Comentarios

![](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 de Setembro, 2016 1 resposta

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 🙂

 [ Ler todas as 2 opinións ](https://wordpress.org/support/plugin/publishing-checklist/reviews/)

## Colaboradores e desenvolvedores

“Publishing Checklist” é un software de código aberto. As seguintes persoas colaboraron
con este plugin.

Colaboradores

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

[Traduce “Publishing Checklist” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/publishing-checklist)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/publishing-checklist/),
bota unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/publishing-checklist/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/publishing-checklist/)
por [RSS](https://plugins.trac.wordpress.org/log/publishing-checklist/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

#### 0.1.0 (June 26, 2015)

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

## Meta

 *  Versión **0.1.0**
 *  Última actualización **Fai 11 anos**
 *  Instalacións activas **200+**
 *  Versión de WordPress ** 4.2 ou superior **
 *  Probado ata **4.3.34**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/publishing-checklist/)
 * Etiquetas
 * [checklist](https://gl.wordpress.org/plugins/tags/checklist/)[editorial](https://gl.wordpress.org/plugins/tags/editorial/)
   [publishing](https://gl.wordpress.org/plugins/tags/publishing/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/publishing-checklist/advanced/)

## Valoracións

 3 de 5 estrelas

 *  [  1 valoración de 5 estrelas     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=5)
 *  [  0 valoracións de 4 estrelas     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=4)
 *  [  0 valoracións de 3 estrelas     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=3)
 *  [  0 valoracións de 2 estrelas     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=2)
 *  [  1 valoración de 1 estrelas     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=1)

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

[Ver todas as valoracións](https://wordpress.org/support/plugin/publishing-checklist/reviews/)

## Colaboradores

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

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/publishing-checklist/)