[wp-trac] [WordPress Trac] #28024: WordPress doesn't honor array query vars

WordPress Trac noreply at wordpress.org
Sun Jun 1 04:35:20 UTC 2014


#28024: WordPress doesn't honor array query vars
-------------------------------------+------------------------------
 Reporter:  Denis-de-Bernardy        |       Owner:
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  Awaiting Review
Component:  Query                    |     Version:  trunk
 Severity:  normal                   |  Resolution:
 Keywords:  reporter-feedback close  |     Focuses:
-------------------------------------+------------------------------

Comment (by Denis-de-Bernardy):

 Replying to [comment:1 wonderboymusic]:
 > Where is this not working?

 {{{
 add_action('template_redirect', function () {
     global $wp;
     var_dump($wp->query_string);
     die;
 });
 }}}

 Can't recall which WP function I needed that relied on query_string, but
 that was the issue.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/28024#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list