# wp-coder/4.3/classes/Tools/pages/content.php

WP Coder – Insert &amp; Manage Code Snippets, version 4.3. 27 lines.

- Page: https://pluginprobe.com/plugins/wp-coder/4.3/code/classes/Tools/pages/content.php
- Raw: https://pluginprobe.com/plugins/wp-coder/4.3/raw/classes/Tools/pages/content.php
- Modified: 2025-09-10T08:14:34+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/4.3/code/classes/Tools/pages/content.php#L10-L20`.

```php
<?php

defined( 'ABSPATH' ) || exit;

?>

<div class="wowp-snippets__header">
	<h3 class="wowp-snippets__header-title">Content & Templates</h3>
	<p class="wowp-snippets__header-description">Manage custom templates and menus to better structure and present your site’s content.</p>
</div>

<div class="wowp-snippet__list">

    <div class="wowp-snippet__item">
        <div class="wowp-snippet__item-header">
            <label for="markdown_editor">Markdown Editor</label>
            <p class="wowp-snippet__item-description">Disables Gutenberg and TinyMCE, replacing them with a Markdown editor powered by CodeMirror.</p>
        </div>
        <div class="wowp-field has-checkbox">
            <label class="switch">
				<?php self::field( 'checkbox', 'markdown_editor' ); ?>
                <span class="slider"></span>
            </label>
        </div>
    </div>

</div>
```
