Wordpress - WordPress Query and Database
Given this code snippet, what will be the value of
$paged if the URL is example.com/page/4/?$paged = get_query_var('paged') ?: 1;