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; } /* ... */ }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘add_column_value fix’ is closed to new replies.