August 2017
Beginner
412 pages
10h 30m
English
We get our code to actually run when it is supposed to, by making use of WordPress hooks. The way in which plugin hooks work is as follows: at various times while WordPress is running, they check to see whether any plugins have registered functions to run at that time. If there are, the functions are executed. These functions modify the default behavior of WordPress.
There are two kinds of hooks:
Read now
Unlock full access