Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/everhard/wordpress-handbook
Andrew's Wordpress Handbook. Best Practices for WordPress development.
https://github.com/everhard/wordpress-handbook
wordpress wordpress-api wordpress-development wordpress-plugin wordpress-theme
Last synced: 21 days ago
JSON representation
Andrew's Wordpress Handbook. Best Practices for WordPress development.
- Host: GitHub
- URL: https://github.com/everhard/wordpress-handbook
- Owner: Everhard
- Created: 2024-01-17T17:12:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T13:13:34.000Z (10 months ago)
- Last Synced: 2024-02-22T14:30:00.231Z (10 months ago)
- Topics: wordpress, wordpress-api, wordpress-development, wordpress-plugin, wordpress-theme
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Andrew's WordPress Handbook
This is my handbook for WordPress development.
I use this repo as a place to keep WordPress development best practices.| Case | Description |
|------------------------------------------------------------------------------|--------------------------------------------------------------------|
| [Plugin header comment](solutions/plugin-header-comment) | How the plugin header comment should look like. |
| [Simple plugin structure](solutions/simple-plugin-structure) | Plugin structure for simple projects. |
| [Simple plugin structure using WPBP](solutions/simple-wpbp-plugin-structure) | Simple plugin structure using the WordPress Boilerplate. |
| [Simple admin settings page](solutions/simple-settings-page) | Settings page with two parameters. |
| [Simple admin settings page using WPBP](solutions/simple-settings-page-wpbp) | Settings page with two parameters using the WordPress Boilerplate. |
| [Simple plugin with submenus. WPBP](solutions/simple-plugin-with-submenus) | Settings page with two parameters and submenus. |*Andrew Dorokhov*
- Website: https://dorokhov.dev
- Blog: https://dorokhov.codes
- Email: [[email protected]](mailto:[email protected])
- Social Networks: [LinkedIn](https://www.linkedin.com/in/andrew-dorokhov/).