Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

CMB2 Markdown

Descrizione

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!

Installazione

This section describes how to install the plugin and get it working.

e.g.

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

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“CMB2 Markdown” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog (registro delle modifiche)

1.0

  • Published