Filter hook 'activate_tinymce_for_media_description'

in WP Core File wp-admin/includes/media.php at line 3277

Description

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

Occurrences

Filename Line Number
wp-admin/includes/media.php 3277

Parameters

Type Name Description
bool $tinymce Whether to activate TinyMCE in media description field. Default false.

PHP Doc

/**
		 * Filters the TinyMCE argument for the media description field on the attachment details screen.
		 *
		 * @since 6.6.0
		 *
		 * @param bool $tinymce Whether to activate TinyMCE in media description field. Default false.
		 */