Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielbachhuber/wp-dev-docs
Reference material for developers building with WordPress.
https://github.com/danielbachhuber/wp-dev-docs
Last synced: 19 days ago
JSON representation
Reference material for developers building with WordPress.
- Host: GitHub
- URL: https://github.com/danielbachhuber/wp-dev-docs
- Owner: danielbachhuber
- Created: 2014-04-11T22:11:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T20:20:13.000Z (almost 8 years ago)
- Last Synced: 2024-10-09T11:38:19.634Z (30 days ago)
- Size: 24.4 KB
- Stars: 67
- Watchers: 14
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: security/README.md
Awesome Lists containing this project
README
WordPress Developer Documentation
===========Community-powered reference material for developers building with WordPress. Pull requests welcome!
## Contents
**Security:**
* [Introduction](security/README.md)
* [Securing Input](security/securing-input.md)
* [Escaping Output](security/escaping-output.md)
* [Checking Capabilities](security/checking-capabilities.md)
* [Verifying Intent](security/verifying-intent.md)**Performance:**
* [WP_Query tips](performance/wp-query-tips.md)
* [Uncached Functions](performance/uncached-functions.md)
* [Migrations](performance/migrations.md) - Speed makes migrations much more enjoyable.