rmorse / search-filter

Search & Filter is a simple search and filtering plugin for WordPress
GNU General Public License v2.0
93 stars 41 forks source link

get_header action too late to call check_posts #21

Open grahamharper opened 8 years ago

grahamharper commented 8 years ago

Using the get_header action is too late to call check_posts as some themes such as Sage call do_action('get_header') after output has already started resulting in an error when wp_redirect() is called by check_posts(). Could you use the wp action? Seems to work for me.

rmorse commented 8 years ago

Thanks for picking this up - we've already stopped using this in Pro, and the next major S&F Free update will have this fix :)

ayezee33 commented 7 years ago

Any update for a fix on this. Or can you share how you solved this using Sage @grahamharper