Opis
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!
Instalacija
This section describes how to install the plugin and get it working.
e.g.
- Upload
cmb2-markdown
to the/wp-content/plugins/
directory
Recenzije
Nema recenzija za ovaj dodatak.
Suradnici i Programeri
“CMB2 Markdown” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.
SuradniciPrevedite “CMB2 Markdown” na svoj jezik.
Zainteresirani ste za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.
Dnevnik promjena
1.0
- Published