Plugin yìí kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress. Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

Editor Handbook

Àpèjúwe

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.

Handbook pages display using the default page template.

FAQ

Who has access to Handbook pages?

  • Administrators and Editors can view, update, and delete Handbook pages.
  • Authors can view Handbook pages.
  • Subscribers and Contributors donÌtumọ̀ Yorùbá: ’t have access to Handbook pages.

How can I customize the template used to display Handbook posts?

Handbook pages are displayed using the page.php template. Use the editor_handbook_template filter to customize which template is used.

function my_handbook_template( $template_names ) {
  return 'my-custom-handbook-template.php';
}
add_filter( 'editor_handbook_template', 'my_handbook_template' );

After setting a new template, flush the rewrite rules by going to Settings > Permalinks in the admin dashboard.

Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

Àwọn Olùkópa & Olùgbéejáde

“Editor Handbook” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

A ti túmọ̀ “Editor Handbook” sí èdè agbègbè 1 kan. Ọpẹ́lọpẹ́ fún àwọn atúmọ̀ èdè fún àwọn ìkópa wọn.

Túmọ̀ “Editor Handbook” sí èdè rẹ.

Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.

Àkọsílẹ̀ àwọn àyípadà

2.0.5 Ìtumọ̀ Yorùbá: – 2025-04-16

  • Bump tested up to 6.8

Full Changelog: https://github.com/devcollaborative/editor-handbook/compare/v2.0.4…v2.0.5

2.0.4 Ìtumọ̀ Yorùbá: – 2025-01-30

  • Added “Edit” link in Admin Toolbar

Full Changelog: https://github.com/devcollaborative/editor-handbook/compare/v2.0.3…v2.0.4

2.0.3 Ìtumọ̀ Yorùbá: – 2024-12-18

  • Bump tested up to 6.7.1

2.0.2 Ìtumọ̀ Yorùbá: – 2024-03-20

  • Fixed: Update text domain to match plugin slug
  • Deleted: CHANGELOG.md in favor of using readme.txt

Full Changelog: https://github.com/devcollaborative/editor-handbook/compare/v2.0.1…v2.0.2

2.0.1 Ìtumọ̀ Yorùbá: – 2024-02-16

  • Security: Escape echo statements
  • Fixed: Update stable & readme versions to match
  • Fixed: Use the editor_handbook prefix for all functions
  • Fixed: Whitescreen bug when template doesnÌtumọ̀ Yorùbá: ’t exist

Full Changelog: https://github.com/devcollaborative/editor-handbook/compare/v2.0.0…v2.0.1

2.0.0 Ìtumọ̀ Yorùbá: – 2024-01-05

  • Changed: Order handbook posts by title ASC
  • Changed: Set page.php as default for displaying handbook pages
  • Added: Add readme.txt & update plugin headers
  • Removed: reference to DevCollab Helpdesk

Full Changelog: https://github.com/devcollaborative/editor-handbook/compare/v1.2.0…v2.0.0

1.2.0 Ìtumọ̀ Yorùbá: – 2023-06-06

  • Added: Custom capabilities for the Handbook post type
  • Added: Plugin activation & update hooks for managing capabilities
  • Changed: Handbook pages can now be viewed (but not edited) by Authors
  • Changed: The default capability for viewing the Handbook admin page is now read_private_handbooks