Title: Custom Column Bug
Last modified: August 20, 2016

---

# Custom Column Bug

 *  [Kailey (trepmal)](https://wordpress.org/support/users/trepmal/)
 * (@trepmal)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/custom-column-bug/)
 * The plugin is a little over zealous when it comes to adding the “You need to 
   log in and select an account in the options panel.” in the custom post-list column(
   [screenshot](http://cl.ly/MNyZ)), it adds the message to _all_ custom columns.
 * It’s a quick fix to move the column check. Here’s my altered function in `gad-
   admin-pages-posts.php`
 *     ```
       function posts_pages_custom_column($column_name, $post_id) {
           if ( $column_name != 'analytics' ) return;
   
           if ( ($value = $this->security_check() ) !== true ) {
             echo $value;
           } else {
             echo '<div id="gad_ppp_' . $post_id . '" class="gad_ppp_loading"><p class="widget-loading hide-if-no-js">Loading…</p><p class="describe hide-if-js">This widget requires JavaScript.</p></div>';
           }
       }
       ```
   
 * [http://wordpress.org/extend/plugins/google-analytics-dashboard/](http://wordpress.org/extend/plugins/google-analytics-dashboard/)

Viewing 1 replies (of 1 total)

 *  [ivaroja](https://wordpress.org/support/users/ivaroja/)
 * (@ivaroja)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/custom-column-bug/#post-3395098)
 * i second that to bump it as it still persists in the latest ver

Viewing 1 replies (of 1 total)

The topic ‘Custom Column Bug’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/google-analytics-dashboard.svg)
 * [Google Analytics Dashboard](https://wordpress.org/plugins/google-analytics-dashboard/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-analytics-dashboard/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-analytics-dashboard/)
 * [Active Topics](https://wordpress.org/support/plugin/google-analytics-dashboard/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-analytics-dashboard/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-analytics-dashboard/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ivaroja](https://wordpress.org/support/users/ivaroja/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/custom-column-bug/#post-3395098)
 * Status: not a support question