Filters the TinyMCE argument for the media description field on the attachment details screen.
Parameters
$tinymce
bool- Whether to activate TinyMCE in media description field. Default false.
Source
'tinymce' => apply_filters( 'activate_tinymce_for_media_description', false ),
Changelog
Version | Description |
---|---|
6.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.