[Plugin:Role Scoper] Safari issue
-
It’s really a weird issue.
We have a post query in our page:if( is_page( $ntz['pages']['tours'] ) ){ $tours = new WP_Query(); $tours->query(array( "post_type" => 'cini_tours', "posts_per_page" => -1, "orderby" => 'menu_order', "order" => 'ASC' ));that returns 0 items only if site is browsed using Safari (actually also if we do a get request from telnet).
If plugin is disabled everything works as expected.
Any idea?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘[Plugin:Role Scoper] Safari issue’ is closed to new replies.