I want to understand plugin implementation of custom posts / taxonomies / metaboxes
Let’s start by looking at the Action Reference page in Codex: Actions Run During a Typical Request. When a page is loaded on the front or back end, WordPress goes through the load process- loading its own code, loading plugins, the theme, calling each action in sequence. You can see in the second and third … Read more