Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #32541, comment 2


Ignore:
Timestamp:
06/01/2015 10:32:57 AM (10 years ago)
Author:
Frozzare
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32541, comment 2

    v1 v2  
    1 I just used the `wp_editor` function like this:
     1I just used the `wp_editor` function like this (inside a metabox):
    22
    33    wp_editor( 'value', 'textarea_id', [ 'textarea_name' => 'textarea_name', 'media_buttons' => true ] );