voceconnect / lift-search

Lift Search for WordPress
14 stars 12 forks source link

Adding action to allow logic based upon the response of the search reque... #72

Closed smccafferty closed 10 years ago

smccafferty commented 10 years ago

...st.

prettyboymp commented 10 years ago

@smccafferty I think it would be better to add a do_action_ref_array() within https://github.com/voceconnect/lift-search/blob/281b9aefb66a0ebac8c2588553a240042f36f278/wp/lift-wp-search.php#L225 after getting the results. This allows the hook to have better access to the scope at which the request was called, ie, the wp_query instance.

smccafferty commented 10 years ago

@prettyboymp Agreed, went ahead and made the change.