Skip to content

Instantly share code, notes, and snippets.

View bicyclista's full-sized avatar

Jackson Harvell bicyclista

  • UX and Product Design
  • New York City
View GitHub Profile
@bicyclista
bicyclista / wpalchemy wp_editor()
Created February 14, 2012 20:25
wpalchemy metaboxes VS. wordpress wp_editor()
<p>
<?php $mb->the_field('citation');
//array of settings for wp_editor()
$settings = array(
'wpautop' => true,
'textarea_rows' => '15',
'media_buttons' => 'false',