{"id":186001,"date":"2024-03-20T21:36:38","date_gmt":"2024-03-20T21:36:38","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/editor-handbook\/"},"modified":"2025-04-16T17:09:31","modified_gmt":"2025-04-16T17:09:31","slug":"editor-handbook","status":"publish","type":"plugin","link":"https:\/\/gu.wordpress.org\/plugins\/editor-handbook\/","author":21124903,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.0.5","stable_tag":"2.0.5","tested":"6.8.5","requires":"6.7.1","requires_php":"8.0","requires_plugins":null,"header_name":"Editor Handbook","header_author":"DevCollaborative","header_description":"Adds internal documentation for site editors.","assets_banners_color":"6b79b9","last_updated":"2025-04-16 17:09:31","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/devcollaborative\/editor-handbook","header_author_uri":"https:\/\/devcollaborative.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1947,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","faq","changelog"],"tags":{"2.0.2":{"tag":"2.0.2","author":"hbrokmeier","date":"2024-03-20 21:42:34"},"2.0.3":{"tag":"2.0.3","author":"hbrokmeier","date":"2024-12-18 23:42:11"},"2.0.4":{"tag":"2.0.4","author":"cparkinson","date":"2025-02-03 23:46:59"},"2.0.5":{"tag":"2.0.5","author":"cparkinson","date":"2025-04-16 17:09:31"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":3055647,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3055647,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3055656,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{"blueprint.json":{"filename":"blueprint.json","revision":3274987,"resolution":false,"location":"assets","locale":"","contents":"{\"landingPage\":\"\\\/wp-admin\\\/edit.php?post_type=handbook&page=handbook\",\"preferredVersions\":{\"php\":\"latest\",\"wp\":\"latest\"},\"phpExtensionBundles\":[\"light\"],\"steps\":[{\"step\":\"login\",\"username\":\"admin\",\"password\":\"password\"},{\"step\":\"installPlugin\",\"pluginZipFile\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"editor-handbook\"},\"options\":{\"activate\":true}}]}"}},"all_blocks":[],"tagged_versions":["2.0.2","2.0.3","2.0.4","2.0.5"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[6941],"plugin_category":[],"plugin_contributors":[225783,225781,225782],"plugin_business_model":[],"class_list":["post-186001","plugin","type-plugin","status-publish","hentry","plugin_tags-documentation","plugin_contributors-cparkinson","plugin_contributors-devcollab","plugin_contributors-hbrokmeier","plugin_committers-cparkinson","plugin_committers-devcollab","plugin_committers-hbrokmeier"],"banners":{"banner":"https:\/\/ps.w.org\/editor-handbook\/assets\/banner-772x250.png?rev=3055656","banner_2x":"https:\/\/ps.w.org\/editor-handbook\/assets\/banner-1544x500.png?rev=3055647","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/editor-handbook\/assets\/icon-256x256.png?rev=3055647","icon_2x":"https:\/\/ps.w.org\/editor-handbook\/assets\/icon-256x256.png?rev=3055647","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>The Editor Handbook plugin provides a Handbook menu item in the admin area and adds a Handbook custom post type for creating private, in-site documentation for site editors.<\/p>\n\n<p>Handbook pages display using the default page template.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id='who%20has%20access%20to%20handbook%20pages%3F'><h3>Who has access to Handbook pages?<\/h3><\/dt>\n<dd><ul>\n<li><strong>Administrators<\/strong> and <strong>Editors<\/strong> can view, update, and delete Handbook pages.<\/li>\n<li><strong>Authors<\/strong> can view Handbook pages.<\/li>\n<li><strong>Subscribers<\/strong> and <strong>Contributors<\/strong> don't have access to Handbook pages.<\/li>\n<\/ul><\/dd>\n<dt id='how%20can%20i%20customize%20the%20template%20used%20to%20display%20handbook%20posts%3F'><h3>How can I customize the template used to display Handbook posts?<\/h3><\/dt>\n<dd><p>Handbook pages are displayed using the <code>page.php<\/code> template. Use the <code>editor_handbook_template<\/code> filter to customize which template is used.<\/p>\n\n<pre><code>function my_handbook_template( $template_names ) {\n  return 'my-custom-handbook-template.php';\n}\nadd_filter( 'editor_handbook_template', 'my_handbook_template' );\n<\/code><\/pre>\n\n<p>After setting a new template, flush the rewrite rules by going to <strong>Settings &gt; Permalinks<\/strong> in the admin dashboard.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.0.5 - 2025-04-16<\/h4>\n\n<ul>\n<li>Bump tested up to 6.8<\/li>\n<\/ul>\n\n<p><strong>Full Changelog<\/strong>: https:\/\/github.com\/devcollaborative\/editor-handbook\/compare\/v2.0.4...v2.0.5<\/p>\n\n<h4>2.0.4 - 2025-01-30<\/h4>\n\n<ul>\n<li>Added \"Edit\" link in Admin Toolbar<\/li>\n<\/ul>\n\n<p><strong>Full Changelog<\/strong>: https:\/\/github.com\/devcollaborative\/editor-handbook\/compare\/v2.0.3...v2.0.4<\/p>\n\n<h4>2.0.3 - 2024-12-18<\/h4>\n\n<ul>\n<li>Bump tested up to 6.7.1<\/li>\n<\/ul>\n\n<h4>2.0.2 - 2024-03-20<\/h4>\n\n<ul>\n<li>Fixed: Update text domain to match plugin slug<\/li>\n<li>Deleted: CHANGELOG.md in favor of using readme.txt<\/li>\n<\/ul>\n\n<p><strong>Full Changelog<\/strong>: https:\/\/github.com\/devcollaborative\/editor-handbook\/compare\/v2.0.1...v2.0.2<\/p>\n\n<h4>2.0.1 - 2024-02-16<\/h4>\n\n<ul>\n<li>Security: Escape echo statements<\/li>\n<li>Fixed: Update stable &amp; readme versions to match<\/li>\n<li>Fixed: Use the editor_handbook prefix for all functions<\/li>\n<li>Fixed: Whitescreen bug when template doesn't exist<\/li>\n<\/ul>\n\n<p><strong>Full Changelog<\/strong>: https:\/\/github.com\/devcollaborative\/editor-handbook\/compare\/v2.0.0...v2.0.1<\/p>\n\n<h4>2.0.0 - 2024-01-05<\/h4>\n\n<ul>\n<li>Changed: Order handbook posts by title ASC<\/li>\n<li>Changed: Set page.php as default for displaying handbook pages<\/li>\n<li>Added: Add readme.txt &amp; update plugin headers<\/li>\n<li>Removed: reference to DevCollab Helpdesk<\/li>\n<\/ul>\n\n<p><strong>Full Changelog<\/strong>: https:\/\/github.com\/devcollaborative\/editor-handbook\/compare\/v1.2.0...v2.0.0<\/p>\n\n<h4>1.2.0 - 2023-06-06<\/h4>\n\n<ul>\n<li>Added: Custom capabilities for the Handbook post type<\/li>\n<li>Added: Plugin activation &amp; update hooks for managing capabilities<\/li>\n<li>Changed: Handbook pages can now be viewed (but not edited) by Authors<\/li>\n<li>Changed: The default capability for viewing the Handbook admin page is now <code>read_private_handbooks<\/code><\/li>\n<\/ul>","raw_excerpt":"Create private, internal documentation for a site&#039;s editors.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/186001","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=186001"}],"author":[{"embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/devcollab"}],"wp:attachment":[{"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=186001"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=186001"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=186001"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=186001"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=186001"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=186001"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}