December 12, 2015 — This talk starts with an explanation of what WordPress action and filter hooks are and how to use them. We then go into the most common and helpful hooks for theme and plugin development. This will include helpful information for people who have not yet begun to use hooks much as well as supply those who do use them regularly with some helpful hints.
November 8, 2015 — Impareremo insieme cosa sono e come gestire i filtri e le azioni di WordPress, parte teorica e dimostrazione con un plugin creato ad hoc per la serata.
Dimostrazione di funzionamento di azioni e filtri all’interno del plugin demo è possibile trovare tutti i riferimenti al codex di WordPress: http://bit.ly/1XZ71OC
August 17, 2015 — Hooks, Actions, Filters
August 5, 2015 — This presentation gives an in-depth look into how to extend or modify core functionality without touching core files. Learn how to use actions and filters as well as create their own custom hooks. We also take a look at some core hooks, and the best practices when it comes to using them.
December 23, 2014 — This session was for users who were looking to expand their knowledge of WordPress hooks for theme and plugin development. Ian Wilson walked users through what hooks are, first and foremost, the WordPress core page load (ie when certain hooks fire), the anatomy of the various hook functions, and finally some examples of common ways they are used.
September 15, 2014 — When developing a theme for a client, it’s super easy to throw all of the new functions and hooks into the theme’s functions.php file, wipe your hands, congratulate yourself for a hard day’s work and go have a beer. But, after a while, have you stopped to see the size of that functions.php file? It can be massive! It’s easy to create a large disorganized functions.php file with so many tutorials out there giving you little tips and tricks on hooks and doodads that you can add to the site to make it fancy. “Ohh! Look at this code that changes my background color based on weather patterns! I’ll just… put this… right… here… *drops in functions.php file* This session is about why you don’t want to fill up your functions.php file, the proper way to add code to your site, and why it’s proper for readability, security and extendability.
July 27, 2014 — Egal ob Theme oder Plugin, um etwas in WordPress zu ändern, zu erweitern, umzubauen und das ohne das man direkt im WordPress Code ändert, dazu muss man verstehen was Hooks sind und wie diese Funktionieren.
July 2, 2014 — If you’re just getting your feet wet in WordPress development, and don’t have a lot of experience working with callbacks/hooks, you might be wondering what the hell you’re supposed to do with all of these Actions and Filters. This talk gets you to a point where you grasp what they are, how they work, and some common places you might use them in theme and plugin development.