metabox wp editor (yazı düzenleyici) seçenekleri

array(
'name'    => __( 'Yazı düzenleyici', 'cmb' ),
'desc'    => __( 'alan açıklaması (isteğe bağlı)', 'cmb' ),
'id'      => $prefix . 'test_wysiwyg',
'type'    => 'wysiwyg',
//more setting https://carlofontanos.com/customizing-wp-editor-in-wordpress/
'options' => array(
'teeny' => true,
'media_buttons' => false,
'tinymce'       => false,
'textarea_rows' => 5,
'quicktags' => true
),
),

Önceki

get value of a metabox

Sonraki

using link in metabox description sprintf( )

Yorumunuzu ekleyin