media_buttons, $editor_id
media_buttons, $editor_id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('media_buttons, $editor_id') is found 1 times:
- /wp-includes/class-wp-editor.php line 240
* @since 2.5.0 * * @param string $editor_id Unique editor identifier, e.g. 'content'. */ do_action( 'media_buttons', $editor_id ); echo "</div>\n"; } echo '<div class="wp-editor-tabs">' . $buttons . "</div>\n"; echo "</div>\n"; }