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

---

Caută module

Acest modul **nu a fost testat cu ultimele 3 versiuni importante ale WordPress**.
S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate
când este folosit cu versiuni recente ale WordPress.

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

# Publishing Checklist

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

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

 * [Detalii](https://ro.wordpress.org/plugins/publishing-checklist/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/publishing-checklist/#reviews)
 *  [Instalare](https://ro.wordpress.org/plugins/publishing-checklist/#installation)
 * [Dezvoltare](https://ro.wordpress.org/plugins/publishing-checklist/#developers)

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

## Descriere

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.

## Capturi ecran

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

## Instalare

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

## Întrebări frecvente

  Where will the checklist appear?

On Manage and Edit post screens.

  Does the plugin come with any default checklists?

Not yet.

## Recenzii

![](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 septembrie 2016 1 răspuns

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 🙂

 [ Citește toate cele 2 recenzii ](https://wordpress.org/support/plugin/publishing-checklist/reviews/)

## Contributori și dezvoltatori

„Publishing Checklist” este un software open-source. La acest modul au contribuit
următoarele persoane.

Contributori

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

[Tradu „Publishing Checklist” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/publishing-checklist)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/publishing-checklist/),
vezi [depozitarul SVN](https://plugins.svn.wordpress.org/publishing-checklist/),
sau abonează-te la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/publishing-checklist/)
prin [RSS](https://plugins.trac.wordpress.org/log/publishing-checklist/?limit=100&mode=stop_on_copy&format=rss).

## Istoric modificări

#### 0.1.0 (June 26, 2015)

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

## Meta

 *  Versiunea **0.1.0**
 *  Ultima actualizare **Acum 11 ani**
 *  Instalări active: **200+**
 *  Versiune WordPress ** 4.2 sau mai recentă **
 *  Testat până la **4.3.34**
 *  Limbă
 * [English (US)](https://wordpress.org/plugins/publishing-checklist/)
 * Etichete
 * [checklist](https://ro.wordpress.org/plugins/tags/checklist/)[editorial](https://ro.wordpress.org/plugins/tags/editorial/)
   [preflight](https://ro.wordpress.org/plugins/tags/preflight/)[publishing](https://ro.wordpress.org/plugins/tags/publishing/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/publishing-checklist/advanced/)

## Evaluări

 3 din 5 stele.

 *  [  1 5 – recenzie (stele)     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=5)
 *  [  0 4 – recenzii (stele)     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=4)
 *  [  0 3 – recenzii (stele)     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=3)
 *  [  0 2 – recenzii (stele)     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=2)
 *  [  1 1 – recenzie (stele)     ](https://wordpress.org/support/plugin/publishing-checklist/reviews/?filter=1)

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

[Vezi toate recenziile](https://wordpress.org/support/plugin/publishing-checklist/reviews/)

## Contributori

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

## Suport

Ai ceva de zis? Ai nevoie de ajutor?

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/publishing-checklist/)