Welcome to the official home of the WordPress Documentation Team.
This team is responsible for coordinating all documentation initiatives around WordPress, including the handbooks and other general wordsmithing across the WordPress project.
Want to get involved?
Start here to find out more about what we do and how to contribute:
Documentation Issue Tracker on GitHub: Submit any Documentation Team-related issues on GitHubGitHubGitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/
Weekly meetings
Join our discussions of documentation issues here on the blog and on Slack.
Highlight: Use a warning notice type to mark content as outdated.
As WordPress develops and evolves systematically, some methods and technologies change, which may outdate documentation. Accurately identifying and marking outdated content is beneficial for updating and maintaining up-to-date documentation for readers.
short code: Warning: The SECTION_NAME section is outdated as of WordPress VERSION. It is maintained for archival purposes only.
Replace SECTION_NAME with the title, heading, subheading, or description of the outdated section. Replace VERSION with the WordPress version since the page was marked obsolete.
Example
Recommended (Markdown):
**Warning:** The *Installation* section is outdated as of WordPress 4.3. It is maintained for archival purposes only.
short code: Warning: The following content on SECTION_NAME is outdated as of WordPress VERSION. It is maintained for archival purposes only.
Replace SECTION_NAME with the title, heading, subheading, or description of the outdated part. Replace VERSION with the WordPress version since the page was marked obsolete.
Example
Recommended (Markdown):
**Warning:** The following content on *i18n in JavaScriptJavaScriptJavaScript or JS is an object-oriented computer programming language commonly used to create interactive effects within web browsers. WordPress makes extensive use of JS for a better user experience. While PHP is executed on the server, JS executes within a user’s browser. https://www.javascript.com/.* is outdated as of WordPress 5.0. It is maintained for archival purposes only.
Note: This page was moved to PAGE_URL.
Replace PAGE_URL with the URL of the new destination.
Examples
Recommended (Markdown):
**Warning:** The following content on *i18n in JavaScriptJavaScriptJavaScript or JS is an object-oriented computer programming language commonly used to create interactive effects within web browsers. WordPress makes extensive use of JS for a better user experience. While PHP is executed on the server, JS executes within a user’s browser. https://www.javascript.com/.* is outdated as of WordPress 5.0. It is maintained for archival purposes only.
**Note:** Updated information can be found on https://developer.wordpress.org/block-editor/developers/internationalization/#how-to-use-i18n-in-javascript.
Recommended (Markdown):
**Warning:** This page is outdated as of WordPress 5.5.2. It is maintained for archival purposes only.
**Note:** This page was moved to https://developer.wordpress.org/reference.