browse by tag: hook
sort by
10 Useful WordPress Hook Hacks
in PHP added by goodphptutorials, on 19/8/2009 beginner tutorials hook wordpress
Hooks are very useful in WordPress. They allow you to "hook" a custom function to an existing function, which allows you to modify WordPress' functionality without editing core files. In this article, we have compiled 10 extremely useful ready-to-use WordPress hooks, along with examples and coding explanations.
comment save report