Total Complexity | 5 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
14 | class DeletePostsByCustomTaxonomMetabox extends PostsMetabox { |
||
15 | protected function initialize() { |
||
16 | } |
||
17 | |||
18 | public function render() { |
||
19 | } |
||
20 | |||
21 | protected function convert_user_input_to_options( $request, $options ) { |
||
27 | } |
||
28 | |||
29 | public function delete( $delete_options ) { |
||
30 | } |
||
31 | |||
32 | protected function get_success_message( $items_deleted ) { |
||
33 | } |
||
34 | } |
||
35 |