Dette innstikket er ikkje testa med dei tre siste utgåvene av WordPress. Det kan henda det ikkje blir vedlikehalde lenger, og kan ha problem med nyare versjonar av WordPress.

CMB2 Markdown

Skildring

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!

Installasjon

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

e.g.

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

Omtalar

There are no reviews for this plugin.

Bidragsytarar og utviklarar

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

Contributors

Endringslogg

1.0

  • Published