​For reference WordPress refers to the page (post) load sequence as "The Loop" see here: https://codex.wordpress.org/The_Loop Here are a couple of WordPress Stack Exchange questions that may help. http://wordpress.stackexchange.com/questions/135857/how-to-list-the-hooks-and-order-of-execution-in-current-loading-page http://wordpress.stackexchange.com/questions/162862/how-to-get-wordpress-hook-run-sequence?noredirect=1&lq=1 Also for simple debugging look here: https://nacin.com/2010/04/23/5-ways-to-debug-wordpress/​ On Fri, Jul 29, 2016 at 1:31 AM, David Schwartz wrote: > Is anybody here really familiar with how Wordpress functions internally? > If so, this question is for you. > > I’m looking for any documentation that explains the “message loop” that WP > follows starting when it gets a request to load a page. > > The server gets a request to load a URL with a PageID on it. Then what > happens? > > What I’m really interested in (initially) is getting a list of “page-load > actions" rather than actually loading a page, and I’d like to know > initially if that’s something fairly easy to do (maybe with a debug flag > enabled), or if it’s a hairy-ass bunch of work. > > -David Schwartz > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org > To subscribe, unsubscribe, or to change your mail settings: > http://lists.phxlinux.org/mailman/listinfo/plug-discuss > -- James *Linkedin *