June 1, 2021 — En esta oportunidad aprenderemos uno de los pilares en el mundo WordPress, el cual son los Hooks (ganchos) y nosotros como desarrolladores debemos si o si conocerlos y nos acompañara desde la ciudad de Tuluá Charles Cifuentes Emprendedor, Ingeniero de Sistemas especializado en desarrollo de software con más de 7 años de experiencia desarrollando aplicaciones web y sitios web.
April 19, 2021 — Vamos a tratar a fondo (dentro de lo posible) cómo extender el editor de bloques para poder adaptar y ajustar la interfaz de usuario para nuestro beneficio. 100% orientada a desarrolladores.
January 22, 2019 — You don’t need to be an established developer – this is an Intro talk into PHP. Hooks are a great way to see immediate advantage of learning and using custom PHP.
Hooks are one of two things:
Action Functions (add, edit or remove functionality)
Filter Functions (modify output)
Both of these are native to WordPress Core and are also created by Plugin developers to help you – a fellow developer – out. Learn how to use these powerful tools to your own advantage for customization and getting the results you want.
This is a Lightning Talk so it will be limited to the core concept itself and you will see up to three practical examples of an action and filter respectively.
You will walk away with the knowledge of how to find these hooks within a plugin or WordPress core and have the confidence to experiment with these.
August 14, 2016 — One of the most powerful (and proper) ways to modify WordPress core, themes, or plugins is through the use of action and filter hooks. Come learn what these hooks are, how to find them, and how to use them effectively to alter the default behavior of WordPress core, themes, and plugins to make them do our bidding. We will be diving into code, so experience with PHP is recommended.