Title: add_column_value fix
Last modified: November 29, 2018

---

# add_column_value fix

 *  Resolved [iTRON](https://wordpress.org/support/users/hokku/)
 * (@hokku)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/bugfix-add_column_value-fix/)
 *     ```
       public function add_column_value( $empty = '', $custom_column = '', $term_id = 0 ) {
   
       	// Bail if no taxonomy passed or not on the <code>meta_key</code> column
       	if ( empty( $_REQUEST['taxonomy'] ) || ( $this->meta_key !== $custom_column ) || ! empty( $empty ) ) {
       		return;
       		// NEEDS return $empty;
       	}
       /*
       ...
       */
       }
       ```
   
    -  This topic was modified 7 years, 6 months ago by [iTRON](https://wordpress.org/support/users/hokku/).
    -  This topic was modified 7 years, 6 months ago by [iTRON](https://wordpress.org/support/users/hokku/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [iTRON](https://wordpress.org/support/users/hokku/)
 * (@hokku)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/bugfix-add_column_value-fix/#post-10996516)
 * Hey, anybody
 *  Plugin Author [John James Jacoby](https://wordpress.org/support/users/johnjamesjacoby/)
 * (@johnjamesjacoby)
 * [7 years ago](https://wordpress.org/support/topic/bugfix-add_column_value-fix/#post-11590495)
 * This will included in the next release.
 * Thanks for noticing it!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘add_column_value fix’ is closed to new replies.

 * ![](https://ps.w.org/wp-term-colors/assets/icon-256x256.png?rev=1267652)
 * [WP Term Colors](https://wordpress.org/plugins/wp-term-colors/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-term-colors/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-term-colors/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-term-colors/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-term-colors/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-term-colors/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [John James Jacoby](https://wordpress.org/support/users/johnjamesjacoby/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/bugfix-add_column_value-fix/#post-11590495)
 * Status: resolved