{"id":36882,"date":"2015-06-26T10:39:01","date_gmt":"2015-06-26T10:39:01","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/publishing-checklist\/"},"modified":"2015-08-27T00:21:54","modified_gmt":"2015-08-27T00:21:54","slug":"publishing-checklist","status":"publish","type":"plugin","link":"https:\/\/lo.wordpress.org\/plugins\/publishing-checklist\/","author":183657,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.1.0","stable_tag":"0.1.0","tested":"4.3.34","requires":"4.2","requires_php":"","requires_plugins":"","header_name":"Publishing Checklist","header_author":"Fusion Engineering","header_description":"","assets_banners_color":"","last_updated":"2015-08-27 00:21:54","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/fusioneng\/publishing-checklist","header_author_uri":"http:\/\/fusion.net\/","rating":3,"author_block_rating":0,"active_installs":200,"downloads":4036,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1573839","resolution":"1","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1573839","resolution":"2","location":"plugin"}},"screenshots":{"1":"<p>Checklist summaries will be displayed within a column on the Manage post screen.<\/p>","2":"<p>Checklists will also be displayed within the Publish metabox on the Edit screen.<\/p>"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[13042,8485,51598,7143],"plugin_category":[],"plugin_contributors":[77514,79640,79635],"plugin_business_model":[],"class_list":["post-36882","plugin","type-plugin","status-publish","hentry","plugin_tags-checklist","plugin_tags-editorial","plugin_tags-preflight","plugin_tags-publishing","plugin_contributors-danielbachhuber","plugin_contributors-davisshaver","plugin_contributors-fusionengineering","plugin_committers-danielbachhuber","plugin_committers-goldenapples"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/publishing-checklist.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/publishing-checklist\/trunk\/screenshot-1.png?rev=1573839","caption":"<p>Checklist summaries will be displayed within a column on the Manage post screen.<\/p>"},{"src":"https:\/\/ps.w.org\/publishing-checklist\/trunk\/screenshot-2.png?rev=1573839","caption":"<p>Checklists will also be displayed within the Publish metabox on the Edit screen.<\/p>"}],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<!--section=installation-->\n<p>It's a plugin! Install it like any other.<\/p>\n\n<p>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.<\/p>\n\n<pre><code>`php\n<\/code><\/pre>\n\n<p>add_action( 'publishing_checklist_init', function() {\n    $args = array(\n        'label'           =&gt; esc_html__( 'Featured Image', 'demo_publishing_checklist' ),\n        'callback'        =&gt; function ( $post_id ) {\n            return has_post_thumbnail( $post_id );\n        },\n        'explanation'     =&gt; esc_html__( 'A featured image is required.', 'demo_publishing_checklist' ),\n        'post_type'       =&gt; array( 'post' ),\n    );\n    Publishing_Checklist()-&gt;register_task( 'demo-featured-image', $args );\n});\n    `<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Where will the checklist appear?<\/dt>\n<dd><p>On Manage and Edit post screens.<\/p><\/dd>\n<dt>Does the plugin come with any default checklists?<\/dt>\n<dd><p>Not yet.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1.0 (June 26, 2015)<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<li><a href=\"http:\/\/fusion.net\/story\/154952\/introducing-publishing-checklist-v0-1-0\">Full release notes<\/a><\/li>\n<\/ul>","raw_excerpt":"Pre-flight your posts.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/36882","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=36882"}],"author":[{"embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/danielbachhuber"}],"wp:attachment":[{"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=36882"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=36882"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=36882"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=36882"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=36882"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=36882"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}