["anew", "yellow"], "ignore_sticky_posts" => true, "posts_per_page" => 20, "order" => "DESC", "orderby" => "post_date" ] ); $top = json_decode( get_option("ppp_options") ); $ids = array_filter( array_map( function ($item) { return $item->id; }, $top ) ); $top_query = new WP_Query( [ "post_type" => ["anew", "yellow"], "ignore_sticky_posts" => true, "post__in" => $ids, "posts_per_page" => -1, "order" => "DESC", "orderby" => "post_date" ] ); ?>