• There is a bug causing a notice all the time in the errors log. It’s caused by a call in line 84. It has a verification ‘is_category()’ and it should be ‘$query->is_category()’ to avoid the error.

    Thanks for this useful plugin 🙂 and please, fix it in next release.

Viewing 1 replies (of 1 total)
  • Thread Starter fidoboy

    (@fidoboy)

    Also line 84 should be:

    if ( ! is_admin() && $query->is_category() && $query->is_main_query() ) {

    checking also ‘is_main_query’ before proceeding

Viewing 1 replies (of 1 total)
  • The topic ‘Bug detected and fixed’ is closed to new replies.