Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

CMB2 Markdown

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.

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

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

“CMB2 Markdown” is open source software. The following people have contributed to this plugin.

Doprinositelji

Prevedi “CMB2 Markdown” na vaš jezik.

Zainteresirani za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Zapis promijena

1.0

  • Published