• Resolved iTRON

    (@hokku)


    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, 4 months ago by iTRON.
    • This topic was modified 7 years, 4 months ago by iTRON.
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.