Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
52 | public function settings( $cmb ) { |
||
53 | $cmb->add_field( |
||
54 | array( |
||
55 | 'id' => 'exercise_archive_description', |
||
56 | 'type' => 'wysiwyg', |
||
57 | 'name' => __( 'Archive Description', 'lsx-health-plan' ), |
||
58 | 'description' => __( 'This will show up on the post type archive.', 'lsx-health-plan' ), |
||
59 | ) |
||
64 |