Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.