AnsPress_Notification_Query::actor_avatar( integer|string $size = 35 )
Description #
Return avatar of notification actor.
Parameters #
- $sizeinteger | string (Optional) Size of the avatar. Default value: 35
Source #
File: addons/free/notification/query.php
278 279 280 281 282 | public function actor_avatar( $size = 35 ) { if ( ! $this ->hide_actor() ) { return get_avatar( $this ->object->noti_actor, $size ); } } |
Expand full source code Collapse full source code View on GitHub: addons/free/notification/query.php:278
Add your comment