asdds

$query_args = [ 'post_type' => 'post', 'posts_per_page' => $count ?? -1, 'orderby' => 'date', 'order' => 'ASC', 'post_status' => 'publish', 'ignore_sticky_posts' => 1 ];

$query_args = [
‘post_type’ => ‘post’,
‘posts_per_page’ => $count ?? -1,
‘orderby’ => ‘date’,
‘order’ => ‘ASC’,
‘post_status’ => ‘publish’,
‘ignore_sticky_posts’ => 1
];