Conversation
supporthello. Can you exlcude trash post? What do you think? $sql = “SELECT ID , post_title , post_status FROM " . $wpdb->prefix . "posts WHERE post_status IN (‘draft’, ‘pending’,’trash’) AND ID IN (” . implode(‘,’,$ids) . “)”;
I wasn’t aware that WordPress didn’t already remove posts that are in the trash (but not deleted) from menus automatically, but this is a good idea. I will work on getting it implemented as soon as possible. Thanks!
I wasn’t aware that WordPress didn’t already remove posts that are in the trash (but not deleted) from menus automatically, but this is a good idea. I will work on getting it implemented as soon as possible. Thanks!