Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 256 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 256 Bytes

cmb2-markdown

Adds a markdown field to the CMB2 framework

Example Usage

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