Beschrijving
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!
Installatie
This section describes how to install the plugin and get it working.
e.g.
- Upload
cmb2-markdown
to the/wp-content/plugins/
directory
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“CMB2 Markdown” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “CMB2 Markdown” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.0
- Published