Skip to content

Instantly share code, notes, and snippets.

@cdrx
cdrx / editor_meta.php
Created July 31, 2012 13:24 — forked from helgatheviking/editor_meta.php
wpalchemy metaboxes VS. wordpress wp_editor() for older versions of PHP
<div class="my_meta_control">
<?php $mb->the_field('test_editor');
$settings = array(
'textarea_rows' => '10',
'media_buttons' => 'false',
'tabindex' =>2
);