Please open this page in the Admin panel only
-
This chunk of code in gad-admin-options.php
function __construct() { if( !is_admin() ){ die( "Please open this page in the Admin panel only." ); } }
is being run on all page loads, which effectively kills the site.
https://www.ads-software.com/plugins/google-analytics-dashboard/
- The topic ‘Please open this page in the Admin panel only’ is closed to new replies.