Wordpress - WordPress Query and Database
What will be the result of this query?
What posts will it return?
$query = new WP_Query(['posts_per_page' => 3, 'orderby' => 'date', 'order' => 'DESC']);
What posts will it return?
