Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 761 Bytes

1-general-flow.md

File metadata and controls

9 lines (5 loc) · 761 Bytes

General Flow Edit in GitHub

The Bootstrap component is responsible for abstracting away all platform/environment idiosyncrasies so that the actual Core logic does not have to deal with these differences anymore. It locates all the moving pieces, defines all needed constants, and sets up the configuration.

The bootstrap component is the first point of contact of a web request with the WordPress platform.

Here's a simplified view of how a request is being handled by WordPress:

Simplified overview