5
Come ottenere tutti i post con qualsiasi stato di post?
Sto creando una dashboard front-end in cui devo mostrare tutti i post dell'utente corrente. Quindi, ho bisogno di mostrare post in tutti gli stati, principalmente published, trashede il pending. Ora sto usando una semplice query ma sta restituendo solo i post pubblicati. $query = array( 'post_type' => 'my-post-type', 'post_author' => …