List of hooks & filters?
- This topic has 2 replies, 3 voices, and was last updated 9 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
I’ve been searching around and i can’t find a list of hooks & filters either here or on presscrew…does one exist?
Hi John – I looked around too and didn’t see any list. Maybe @Bowe can let us know if one exists. There is some information about hooks in the CBOX documentation (in “CBOX Theme Developer Guide”):
and here in PressCrew’s site:
http://infinity.presscrew.com/?page=infinity-theme&route=cpanel/ddocs/theme_tpls
I’ll let @Bowe chime in with details about any robust hook documentation, but for a simple list of hooks, you could do the following:
$ grep -nR apply_filters wp-content/themes/cbox-theme
$ grep -nR do_action wp-content/themes/cbox-theme