There is no detailed and systematic information on WordPress plug-in Development in China
Preface
Chapter 1: Prepare a local development environment
Introduction
Install a Site Server on your computer
Download and configure a local WordPress
Create a local version Library (Translator's note: Local subversion repository)
Import the original file to the local version Library
Pull a file from a version Library (Translator's note: Check out)
Submit the modified file to the version number library)
Restore uncommitted files (Translator's note: Revert)
View the file history and restore it to a previous version number.
Install a dedicated code/Text Editor
Install and configure the netbeans integrated development environment
Use the netbeans interface to operate the version Library
Use the netbeans interface to manage a MySQL database server
Chapter 2 plugin framework Basics
Introduction
Create a plug-in file and header
Use the plug-in action to output content to the page header
Use WordPress path useful functions to load external files and Images
Use the plug-in filter to change the page title
Add a plug-in filter to each entry? Text
Insert link statistics tracking code in the page body using the plug-in Filter
Troubleshoot code errors and output variable content
Create a new simple response code
Create a new response code with the number of shards
Create a new enclosing encryption code
Load stylesheet to the format plug-in output
Use the object-oriented PHP programming plug-in
Chapter 3: user settings and administrator page
Chapter 4: Customize the post type
Chapter 5: Customize post and page editors
Chapter 6: accept user content submission
Chapter 7: create a custom MySQL database table
Chapter 8: using JavaScript, jquery, Ajax
Chapter 9: join? Widget to WordPress Library
Chapter 10: Internationalization of plug-ins
Chapter 2: publish your plug-in to wordpress.org
WordPress plug-in development manual folder