bp_core_is_default_gravatar( string $d = '' )
Checks whether a given gravatar is one of the default ones.
Description Description
Parameters Parameters
- $d
-
(Optional) The name of the default gravatar.
Default value: ''
Return Return
(bool) True if it's a default gravatar. False otherwise.
Source Source
File: bp-core/bp-core-avatars.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |