default_avatar_select

default_avatar_select

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('default_avatar_select') is found 1 times:

  • /wp-admin/options-discussion.php line 360
     * @since 2.6.0
     *
     * @param string $avatar_list HTML markup of the avatar list.
     */
    echo apply_filters( 'default_avatar_select', $avatar_list );
    ?>
    
    </fieldset></td>
    </tr>
    <?php do_settings_fields( 'discussion', 'avatars' ); ?>
    </table>