WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about media_buttons

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-editor.php do_action 236 /**
* Fires after the default media button(s) are displayed.
*
* @since 2.5.0
*
* @param string $editor_id Unique editor identifier, e.g. 'content'.
*/

Hook Parameters

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