Title: Publishing Checklist
Author: Daniel Bachhuber
Published: <strong>26 de junio de 2015</strong>
Last modified: 27 de agosto de 2015

---

Buscar plugins

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes 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://es.wordpress.org/plugins/publishing-checklist/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/publishing-checklist/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/publishing-checklist/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/publishing-checklist/#developers)

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

## Descripció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.
 * [[
 * 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 );});`

## FAQ

  Where will the checklist appear?

On Manage and Edit post screens.

  Does the plugin come with any default checklists?

Not yet.

## Reseñas

![](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 septiembre de 2016 
1 respuesta

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 🙂

 [ Leer todas las 2 reseñas ](https://wordpress.org/support/plugin/publishing-checklist/reviews/)

## Colaboradores y desarrolladores

«Publishing Checklist» es un software de código abierto. Las siguientes personas
han colaborado 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» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/publishing-checklist)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/publishing-checklist/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/publishing-checklist/)
o suscríbete al [registro de desarrollo](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).

## Registro 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 **hace 11 años**
 *  Instalaciones activas **200+**
 *  Versión de WordPress ** 4.2 o superior **
 *  Probado hasta **4.3.34**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/publishing-checklist/)
 * Etiquetas:
 * [checklist](https://es.wordpress.org/plugins/tags/checklist/)[editorial](https://es.wordpress.org/plugins/tags/editorial/)
   [publishing](https://es.wordpress.org/plugins/tags/publishing/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/publishing-checklist/advanced/)

## Valoraciones

 3 de 5 estrellas.

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

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

[Ver todas las valoraciones](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

¿Tienes algo que decir? ¿Necesitas ayuda?

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