Changes between Version 1 and Version 2 of Ticket #32541, comment 2
- Timestamp:
- 06/01/2015 10:32:57 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32541, comment 2
v1 v2 1 I just used the `wp_editor` function like this :1 I just used the `wp_editor` function like this (inside a metabox): 2 2 3 3 wp_editor( 'value', 'textarea_id', [ 'textarea_name' => 'textarea_name', 'media_buttons' => true ] );