Weblog Tools Collection: 10 Useful WordPress Hook Hacks

Find the latest vBulletin information about Weblog Tools Collection: 10 Useful WordPress Hook Hacks relating to Wordpress at The Staff Lounge. This was a vBulletin news entry posted 6 months, 3 weeks ago. Weblog Tools Collection: 10 Useful WordPress Hook Hacks.




Weblog Tools Collection: 10 Useful WordPress Hook Hacks

Wordpress

If you are a WordPress developer or designer or have been messing around in the world of WordPress for any period of time, you have by no doubt heard of WordPress hooks. Hooks are a set of custom written functions that can be added to existing functions in the WordPress core to increase, improve or remove functionality. WordPress plugins make extensive use of hooks to latch onto various portions of the WordPress themes or to the admin interface in order to provide the additional functionality or to perform certain actions in certain parts of the code. If you are looking to understand hooks, learn about all the action and filter hooks and all the deprecated hooks, find the latest changes and understand how hooks can be used in customizing WordPress, I suggest you look at Adam’s WordPress hooks database.

Smashing Magazine has listed 10 Useful WordPress Hook Hacks in which they do some useful things by using the hook functionality. Many of these are already being performed by various plugins and by itself serves no new purpose. However, as a learning tool or as a catalyst for plugin authors to try new things, this list can be very useful. For example, the “Get entire post or page in a PHP variable” is similar to the technique used by Matt’s asides and later replicated in various Asides plugins written for WordPress.

Tags: database, google, plugin, test, Wordpress, wp