joehoyle / atom-autocomplete-wordpress-hooks

Autocomplete support for WordPress actions and filters.
MIT License
36 stars 9 forks source link

Many hooks are missing like the_title, the_content and others #6

Closed ramiy closed 8 years ago

ramiy commented 8 years ago

How do you create the hooks.json ?

maor commented 8 years ago

Thanks for the useful plugin @joehoyle but I was wondering if you can share or open-source the method you used to generate hooks.json with.

prasadnevase commented 8 years ago

@ramiy - Yes, I tried it too with basic filter hook like the_content and action hook publish_post but they didn't show up in autocomplete. @joehoyle - Its really a great add on to Atom and would love if it covers all action+filter hooks :)

joehoyle commented 8 years ago

I just updated to version 0.2.2 which includes the missing hooks and filters. I'm now making use of the https://github.com/WordPress/phpdoc-parser to get all the hooks.