Hi support,
We added a short piece of code to include an argument on the post_user_filter arg.
We used the asp_query_args_change hook. Which works perfectly, except for author names with a (‘) up-comma in their name.
If the author has this comma in their names, the error_log shows me that the mysql query cannot execute because of a typo.
Somewhere in your plugin needs to be a “Add slashes” function to be added (I think).
Can you look at this problem, please look at my ZIP file below.