default_avatar_select

default_avatar_select

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('default_avatar_select') is found 1 times:

  • /wp-admin/options-discussion.php line 347
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    * @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>