Patch for a minor issue
-
Hi @carson-mcdonald, thanks for this plugin!
Line 70 on
gad-admin-options.phpuses user levels not capabilities, which triggers a deprecated notice. It could be changed to the following to avoid this:add_options_page(__('Google Analytics Dashboard Options'), __('Google Analytics Dashboard'), 'manage_options', __FILE__, array(&$this, 'admin_plugin_options'));(Note
manage_optionsrather than8.)http://ww.wp.xz.cn/extend/plugins/google-analytics-dashboard/
The topic ‘Patch for a minor issue’ is closed to new replies.