Brieuc Tribouillet

Results 5 comments of Brieuc Tribouillet

Same issue here, I will update it in my fork as well.

So it is not possible at the moment? My use case is that I need to set the user as offline for a specific chatroom, therefore accessing the arguments of...

I ended up using posts_where filter as a quick fix to change the post_status string. ``` function shop_order_where_statement( $where ) { $post_status_needle = "(wp_posts.post_status = 'publish' OR wp_posts.post_status = 'aw-disabled'...

Still having the issue in production, also on firebase hosting. I did add