Photo by David Marcu
A hook is a core feature that allows you to add code to your site without having to edit any of the existing WordPress files. This is done by creating a custom function and then attaching it to a hook. WordPress has two types of hooks: actions and filters.
Find out more about the available hooks in our WordPress Hook Library.
WordPress functions are a set of tools that allow you to do more with your WordPress site. If you’re looking to add more features to your WordPress site, or just want to customize it to your liking, then learning about functions is a must.
Find out more about the available Functions in our WordPress Function Library.
WordPress provides many useful Classes which makes it a very powerful framework beyond the Blogging platform or CMS it is commonly known for.
Find out more about the available classes in our WordPress Class Library.
Methods are functions scoped to class instances. As WordPress provides many useful classes there are many methods exposed from these classes to interact with them.
Find out more about the available methods in our WordPress Method Library.