PluginProbe
WP Coder – Insert & Manage Code Snippets / 4.3
WP Coder – Insert & Manage Code Snippets v4.3
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
wp-coder / classes / Tools / pages / content.php

content.php in WP Coder – Insert & Manage Code Snippets 4.3, at classes/Tools/pages/content.php

27 lines 880 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 defined( 'ABSPATH' ) || exit;
4
5 ?>
6
7 <div class="wowp-snippets__header">
8 <h3 class="wowp-snippets__header-title">Content & Templates</h3>
9 <p class="wowp-snippets__header-description">Manage custom templates and menus to better structure and present your site’s content.</p>
10 </div>
11
12 <div class="wowp-snippet__list">
13
14 <div class="wowp-snippet__item">
15 <div class="wowp-snippet__item-header">
16 <label for="markdown_editor">Markdown Editor</label>
17 <p class="wowp-snippet__item-description">Disables Gutenberg and TinyMCE, replacing them with a Markdown editor powered by CodeMirror.</p>
18 </div>
19 <div class="wowp-field has-checkbox">
20 <label class="switch">
21 <?php self::field( 'checkbox', 'markdown_editor' ); ?>
22 <span class="slider"></span>
23 </label>
24 </div>
25 </div>
26
27 </div>