CMB2 Markdown

Plugin Banner

CMB2 Markdown

by ryanpmckenna

Download
Description

Example Usage

$cmb->add_field( array(
    'name' => 'Markdown Enabled Field',
    'type' => 'text_markdown',
    'id'   => 'test_markdown',
    'sanitization_cb' => 'markdown_sanitize'
) );

It works with repeatable fields as well!

This section describes how to install the plugin and get it working.

e.g.

  1. Upload cmb2-markdown to the /wp-content/plugins/ directory

1.0

  • Published
Back to top