October 2018
Beginner
300 pages
8h 34m
English
The backend action execution process starts with the muplugins_loaded action, which fires after the must-use and network-activated plugins are completed loading. The process completes by executing the wp_dashboard_setup action, instead of the shutdown action.
There are six more actions in the backend execution process, compared to the frontend process. Let's take a look at the following image to understand the actions and the order of execution:

As you can see, the initial part of the loading process is similar to the frontend process. Then, we see some admin-related actions executed for menus, styles, ...
Read now
Unlock full access