更新时间:2021-07-02 18:52:38
coverpage
Title Page
Credits
About the Author
About the Reviewers
www.PacktPub.com
Why subscribe?
Customer Feedback
Dedication
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Downloading the example code
Errata
Piracy
Questions
Preparing a Local Development Environment
Introduction
Installing a web server on your computer
How to do it...
How it works...
There's more...
Creating a remote web development environment
See also
Downloading and configuring a local WordPress installation
Getting ready
Creating a local Subversion repository
Manual repository creation
Other version control systems
Importing initial files to a local Subversion repository
Checking out files from a Subversion repository
Subversion file statuses
Committing changes to a Subversion repository
Viewing the differences in modified files
Updating files to latest repository version
Reverting uncommitted file changes
Viewing file history
Installing a dedicated code editor/text editor
Plugin Framework Basics
Creating a plugin file and header
Adding output content to page headers using plugin actions
Action hooks online listings
Searching for hooks in the WordPress source code
Using WordPress path utility functions to load external files and images
Modifying the site generator meta tag using plugin filters
preg_replace function
Filter hooks online listings and the apply_filters function
Adding text after each item's content using plugin filters
get_the_title and get_permalink functions
Inserting link statistics tracking code in page body using plugin filters