Stéphane
Stéphane
Even if the tab doesn't steal the focus anymore I think we can go forward with this change.
@brettshumaker Can you take a look?
> I think 5.7 is complaining that wp_posts.ID is not used in the ORDER BY clause. So changing the line mentioned above to $args['orderby'] = 'meta_value_num ID'; doesn't seem to...
Hi @nilzari Thanks for the patch! I did have a few questions. Can you elaborate on what issue this is fixing? I'm having a hard time seeing what was broken....
@philipjohn @batmoo Do you have thoughts on if this functionality should be added? I feel like we would need more input from users since it would change current permission levels...
Nod, it might be useful for the comment to explain the intent behind this since I wouldn't say it's a common pattern :) On 14 August 2018 at 18:40, Stephen...
The functions look good, what benefit is there to them not being inside the class?
@smistephen Do you want to take a look?
How are users which are subscribers handled? Some sites can have thousands (or hundreds of thousands) of subscribers. Does it impact the two different methods?
How would this work on a multisite? I have a feeling that this kind of queries on WordPress.com (with many millions of users) wouldn't end well. Similarly on any multisite...