Skip to content

Instantly share code, notes, and snippets.

@mrpsiho
Created October 9, 2014 16:27
Show Gist options
  • Save mrpsiho/7997a1b9e2c1135f2f6a to your computer and use it in GitHub Desktop.
Save mrpsiho/7997a1b9e2c1135f2f6a to your computer and use it in GitHub Desktop.
function uni_add_query_vars( $public_query_vars ) {
$public_query_vars[] .= 'metro';
return $public_query_vars;
}
add_filter('query_vars', 'uni_add_query_vars');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment