CMB2 Markdown

0

Example Usage $cmb->add_field( array( ‘name’ => ‘Markdown Enabled Field’, ‘type’ => ‘text_markdown’, ‘id’ => ‘test_markdown’, ‘sanitization_cb

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

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!