admin_pages/messages/Messages_Admin_Page.core.php 1 location
                
                
                    
                                                
                                                    
                                |  | @@ 629-640 (lines=12) @@ | 
                                                            
                                    | 626 |  | 	 * @access public | 
                                                            
                                    | 627 |  | 	 * @return array | 
                                                            
                                    | 628 |  | 	 */ | 
                                                            
                                    | 629 |  | 	public function _set_list_table_views_default() { | 
                                                            
                                    | 630 |  | 		$this->_views = array( | 
                                                            
                                    | 631 |  | 			'in_use' => array( | 
                                                            
                                    | 632 |  | 				'slug' => 'in_use', | 
                                                            
                                    | 633 |  | 				'label' => __('In Use', 'event_espresso'), | 
                                                            
                                    | 634 |  | 				'count' => 0, | 
                                                            
                                    | 635 |  | 				'bulk_action' => array( | 
                                                            
                                    | 636 |  | 					'trash_message_template' => __('Move to Trash', 'event_espresso') | 
                                                            
                                    | 637 |  | 				) | 
                                                            
                                    | 638 |  | 			) | 
                                                            
                                    | 639 |  | 		); | 
                                                            
                                    | 640 |  | 	} | 
                                                            
                                    | 641 |  |  | 
                                                            
                                    | 642 |  |  | 
                                                            
                                    | 643 |  |  | 
                                                                        
                 
                                                            
                    
admin_pages/venues/Venues_Admin_Page.core.php 1 location
                
                
                    
                                                
                                                    
                                |  | @@ 537-549 (lines=13) @@ | 
                                                            
                                    | 534 |  |  | 
                                                            
                                    | 535 |  |  | 
                                                            
                                    | 536 |  |  | 
                                                            
                                    | 537 |  | 	protected function _set_list_table_views_category_list() { | 
                                                            
                                    | 538 |  | 		$this->_views = array( | 
                                                            
                                    | 539 |  | 			'all' => array( | 
                                                            
                                    | 540 |  | 				'slug' => 'all', | 
                                                            
                                    | 541 |  | 				'label' => __('All', 'event_espresso'), | 
                                                            
                                    | 542 |  | 				'count' => 0, | 
                                                            
                                    | 543 |  | 				'bulk_action' => array( | 
                                                            
                                    | 544 |  | 					'delete_categories' => __('Delete Permanently', 'event_espresso'), | 
                                                            
                                    | 545 |  | //					'export_categories' => __('Export Categories', 'event_espresso'), | 
                                                            
                                    | 546 |  | 					) | 
                                                            
                                    | 547 |  | 				) | 
                                                            
                                    | 548 |  | 		); | 
                                                            
                                    | 549 |  | 	} | 
                                                            
                                    | 550 |  |  | 
                                                            
                                    | 551 |  |  | 
                                                            
                                    | 552 |  |  | 
                                                                        
                 
                                                            
                    
caffeinated/admin/extend/registrations/Extend_Registrations_Admin_Page.core.php 2 locations
                
                
                    
                                                
                                                    
                                |  | @@ 214-226 (lines=13) @@ | 
                                                            
                                    | 211 |  |  | 
                                                            
                                    | 212 |  |  | 
                                                            
                                    | 213 |  |  | 
                                                            
                                    | 214 |  | 	protected function _set_list_table_views_event_registrations() { | 
                                                            
                                    | 215 |  | 		$this->_views = array( | 
                                                            
                                    | 216 |  | 			'all' => array( | 
                                                            
                                    | 217 |  | 				'slug' => 'all', | 
                                                            
                                    | 218 |  | 				'label' => __('All', 'event_espresso'), | 
                                                            
                                    | 219 |  | 				'count' => 0, | 
                                                            
                                    | 220 |  | 				'bulk_action' => !isset( $this->_req_data['event_id'] ) ? array() : array( | 
                                                            
                                    | 221 |  | 					'toggle_checkin_status' => __('Toggle Check-In', 'event_espresso'), | 
                                                            
                                    | 222 |  | 					//'trash_registrations' => __('Trash Registrations', 'event_espresso') | 
                                                            
                                    | 223 |  | 					) | 
                                                            
                                    | 224 |  | 				), | 
                                                            
                                    | 225 |  | 			); | 
                                                            
                                    | 226 |  | 	} | 
                                                            
                                    | 227 |  |  | 
                                                            
                                    | 228 |  |  | 
                                                            
                                    | 229 |  |  | 
                                                                                
                                |  | @@ 232-241 (lines=10) @@ | 
                                                            
                                    | 229 |  |  | 
                                                            
                                    | 230 |  |  | 
                                                            
                                    | 231 |  |  | 
                                                            
                                    | 232 |  | 	protected function _set_list_table_views_registration_checkins() { | 
                                                            
                                    | 233 |  | 		$this->_views = array( | 
                                                            
                                    | 234 |  | 			'all' => array( | 
                                                            
                                    | 235 |  | 				'slug' => 'all', | 
                                                            
                                    | 236 |  | 				'label' => __('All', 'event_espresso'), | 
                                                            
                                    | 237 |  | 				'count' => 0, | 
                                                            
                                    | 238 |  | 				'bulk_action' => array( 'delete_checkin_rows' => __('Delete Check-In Rows', 'event_espresso') ) | 
                                                            
                                    | 239 |  | 				), | 
                                                            
                                    | 240 |  | 			); | 
                                                            
                                    | 241 |  | 	} | 
                                                            
                                    | 242 |  |  | 
                                                            
                                    | 243 |  |  | 
                                                            
                                    | 244 |  |  | 
                                                                        
                 
                                                            
                    
admin_pages/events/Events_Admin_Page.core.php 1 location
                
                
                    
                                                
                                                    
                                |  | @@ 558-569 (lines=12) @@ | 
                                                            
                                    | 555 |  |  | 
                                                            
                                    | 556 |  |  | 
                                                            
                                    | 557 |  |  | 
                                                            
                                    | 558 |  | 	protected function _set_list_table_views_category_list() { | 
                                                            
                                    | 559 |  | 		$this->_views = array( | 
                                                            
                                    | 560 |  | 			'all' => array( | 
                                                            
                                    | 561 |  | 				'slug' => 'all', | 
                                                            
                                    | 562 |  | 				'label' => __('All', 'event_espresso'), | 
                                                            
                                    | 563 |  | 				'count' => 0, | 
                                                            
                                    | 564 |  | 				'bulk_action' => array( | 
                                                            
                                    | 565 |  | 					'delete_categories' => __('Delete Permanently', 'event_espresso') | 
                                                            
                                    | 566 |  | 					) | 
                                                            
                                    | 567 |  | 				) | 
                                                            
                                    | 568 |  | 		); | 
                                                            
                                    | 569 |  | 	} | 
                                                            
                                    | 570 |  |  | 
                                                            
                                    | 571 |  |  | 
                                                            
                                    | 572 |  |  |