# wp-coder/3.5.1/includes/settings/options/html-code.php

WP Coder – Insert &amp; Manage Code Snippets, version 3.5.1. 15 lines.

- Page: https://pluginprobe.com/plugins/wp-coder/3.5.1/code/includes/settings/options/html-code.php
- Raw: https://pluginprobe.com/plugins/wp-coder/3.5.1/raw/includes/settings/options/html-code.php
- Modified: 2024-03-03T11:46:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-coder/3.5.1/code/includes/settings/options/html-code.php#L10-L20`.

```php
<?php

defined( 'ABSPATH' ) || exit;

return [

	'minified' => [
		'type'  => 'checkbox',
		'name'  => '[minified_html]',
		'title' => __( 'Minified', 'wpcoder' ),
		'text'  => __( 'Enable', 'wpcoder' ),
	],

];

```
