What is the Event Management System within the Plugin API? It is the system that allows you and I, as developers, to extend, customize, and enhance the website and user experience (UX). It allows you to register your code to specific events and then get called for your code to do its thang. WordPress provides us the ability to hook into Core, plugins, and the theme in order to run our code when some event occurs. Think about that. WordPress Core loads and runs in a specific order. It allows the plugins and theme at different points in that sequence. […]
