|  | @@ 145-148 (lines=4) @@ | 
                                                            
                                    | 142 |  | 		add_action( 'edit_user_profile_update', array( $this, 'save_user' ) ); | 
                                                            
                                    | 143 |  | 		add_action( 'user_register', array( $this, 'save_user' ) ); | 
                                                            
                                    | 144 |  |  | 
                                                            
                                    | 145 |  | 		if ( $this->cmb->has_columns ) { | 
                                                            
                                    | 146 |  | 			add_filter( 'manage_users_columns', array( $this, 'register_column_headers' ) ); | 
                                                            
                                    | 147 |  | 			add_filter( 'manage_users_custom_column', array( $this, 'return_column_display' ), 10, 3 ); | 
                                                            
                                    | 148 |  | 		} | 
                                                            
                                    | 149 |  | 	} | 
                                                            
                                    | 150 |  |  | 
                                                            
                                    | 151 |  | 	public function term_hooks() { | 
                                                                                
                                |  | @@ 179-182 (lines=4) @@ | 
                                                            
                                    | 176 |  | 				add_action( "{$taxonomy}_add_form_fields", array( $this, 'term_metabox' ), $priority, 2 ); | 
                                                            
                                    | 177 |  | 			} | 
                                                            
                                    | 178 |  |  | 
                                                            
                                    | 179 |  | 			if ( $this->cmb->has_columns ) { | 
                                                            
                                    | 180 |  | 				add_filter( "manage_edit-{$taxonomy}_columns", array( $this, 'register_column_headers' ) ); | 
                                                            
                                    | 181 |  | 				add_filter( "manage_{$taxonomy}_custom_column", array( $this, 'return_column_display' ), 10, 3 ); | 
                                                            
                                    | 182 |  | 			} | 
                                                            
                                    | 183 |  | 		} | 
                                                            
                                    | 184 |  |  | 
                                                            
                                    | 185 |  | 		add_action( 'created_term', array( $this, 'save_term' ), 10, 3 ); |