Plugin Author
ILLID
(@mihail-barinov)
Hi,
Please try the following: open includes/class-aws-search-page.php file,
find line
public function filter_the_posts( $posts, &$query ) {
and remove & from it.
So the line must look like
public function filter_the_posts( $posts, $query ) {
Please write me about results.
Thanks!
Thanks @mihail-barinov that seemed to resolve the issue.
It worked for me aswell! Thanks mate!
What will happen next time you update the plugin?
Enjoy your weekend.
Plugin Author
ILLID
(@mihail-barinov)
Hi,
I will add this changes in the next release so don’t worry about that.