WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about default_avatar_select

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/options-discussion.php apply_filters 318 /**
* Filters the HTML output of the default avatar list.
*
* @since 2.6.0
*
* @param string $avatar_list HTML markup of the avatar list.
*/

Hook Parameters

Parameter Type Name Description
string $avatar_list HTML markup of the avatar list.