| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 15 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 0 | 
| CRAP Score | 2 | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 20 | 	protected function initialize() { | 
            ||
| 21 | $this->page_slug = 'bulk-delete-terms';  | 
            ||
| 22 | $this->item_type = 'terms';  | 
            ||
| 23 | $this->capability = 'delete_posts';  | 
            ||
| 24 | |||
| 25 | $this->label = array(  | 
            ||
| 26 | 'page_title' => __( 'Bulk Delete Terms', 'bulk-delete' ),  | 
            ||
| 27 | 'menu_title' => __( 'Bulk Delete Terms', 'bulk-delete' ),  | 
            ||
| 28 | );  | 
            ||
| 29 | |||
| 30 | $this->messages = array(  | 
            ||
| 31 | 'warning_message' => __( 'WARNING: Terms deleted once cannot be retrieved back. Use with caution.', 'bulk-delete' ),  | 
            ||
| 32 | );  | 
            ||
| 33 | |||
| 34 | $this->show_link_in_plugin_list = true;  | 
            ||
| 35 | }  | 
            ||
| 57 |