| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 52 | public function settings( $cmb ) { |
||
| 53 | $cmb->add_field( |
||
| 54 | array( |
||
| 55 | 'name' => __( 'Plan Filters', 'lsx-health-plan' ), |
||
| 56 | 'id' => 'plan_filters_disabled', |
||
| 57 | 'type' => 'checkbox', |
||
| 58 | 'value' => 1, |
||
| 59 | 'default' => 0, |
||
| 60 | 'description' => __( 'Toggle the display of the tab filters on the post type archive.', 'lsx-health-plan' ), |
||
| 61 | ) |
||
| 66 |