apply_filters( ‘activate_tinymce_for_media_description’, bool $tinymce )

In this article

Filters the TinyMCE argument for the media description field on the attachment details screen.

Parameters

$tinymcebool
Whether to activate TinyMCE in media description field. Default false.

Source

'tinymce'       => apply_filters( 'activate_tinymce_for_media_description', false ),

Changelog

VersionDescription
6.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.