Action hook 'media_buttons'

in WP Core File wp-includes/class-wp-editor.php at line 238

Description

Fires after the default media button(s) are displayed.

Occurrences

Filename Line Number
wp-includes/class-wp-editor.php 238

Parameters

Type Name Description
string $editor_id Unique editor identifier, e.g. 'content'.

PHP Doc

/**
				 * Fires after the default media button(s) are displayed.
				 *
				 * @since 2.5.0
				 *
				 * @param string $editor_id Unique editor identifier, e.g. 'content'.
				 */