Version 3.8.5. No other add ons. Yes, they have the manage_options capability activated. Thanks!
Hi,
Thanks for the response. The users are at the ‘editor’ level of WordPress, they are not admins.
Is this the SQL you’re looking for? Got it from the Real Time page after enabling debug mode.
SELECT t1.*, tb.browser,tb.version,tb.platform,tb.css_version,tb.type,tb.user_agent,tci.content_type,tci.category,tci.author,tci.content_id,tob.outbound_domain,tob.outbound_resource FROM wp_slim_stats t1 INNER JOIN wp_slim_browsers tb ON t1.browser_id = tb.browser_id INNER JOIN wp_slim_content_info tci ON t1.content_info_id = tci.content_info_id LEFT JOIN wp_slim_outbound tob ON t1.id = tob.id WHERE t1.id <> 0 AND (t1.dt BETWEEN 1417392000 AND 1418645151) ORDER BY t1.dt desc LIMIT 0, 50
SELECT COUNT(*) counthits FROM wp_slim_stats t1 INNER JOIN wp_slim_browsers tb ON t1.browser_id = tb.browser_id INNER JOIN wp_slim_content_info tci ON t1.content_info_id = tci.content_info_id LEFT JOIN wp_slim_outbound tob ON t1.id = tob.id WHERE 1=1 AND (t1.dt BETWEEN 1417392000 AND 1418645151)