| @@ -3,23 +3,12 @@ | ||
| 3 | 3 | defined( 'ABSPATH' ) || exit; |
| 4 | 4 | |
| 5 | 5 | return [ |
| 6 | 6 | |
| 7 | - 'preview' => [ | |
| 8 | - 'type' => 'checkbox', | |
| 9 | - 'name' => '[preview]', | |
| 10 | - 'title' => __( 'Live Preview', 'wp-coder' ), | |
| 11 | - 'text' => __( 'Enable', 'wp-coder' ), | |
| 12 | - 'class' => 'is-reverse', | |
| 13 | - 'tooltip' => __( 'Enable to preview your HTML and CSS in real time.', 'wp-coder' ), | |
| 14 | - ], | |
| 15 | - | |
| 16 | 7 | 'minified' => [ |
| 17 | 8 | 'type' => 'checkbox', |
| 18 | 9 | 'name' => '[minified_html]', |
| 19 | - 'title' => __( 'Minified', 'wp-coder' ), | |
| 20 | - 'text' => __( 'Enable', 'wp-coder' ), | |
| 21 | - 'class' => 'is-reverse', | |
| 22 | - 'tooltip' => __( 'Minify the HTML output for better performance.', 'wp-coder' ), | |
| 10 | + 'title' => __( 'Minified', 'wpcoder' ), | |
| 11 | + 'text' => __( 'Enable', 'wpcoder' ), | |
| 23 | 12 | ], |
| 24 | 13 | |
| 25 | 14 | ]; |