AnsPress_Notification_Query::the_actor_avatar( integer|string $size = 40 )
Description #
Echo actor avatar.
Parameters #
- $sizeinteger | string (Optional) Size of the avatar. Default value: 40
Source #
File: addons/free/notification/query.php
public function the_actor_avatar( $size = 40 ) { if ( ! $this->hide_actor() ) { echo $this->actor_avatar( $size ); // WPCS: xss okay. } }
Expand full source code Collapse full source code View on GitHub: addons/free/notification/query.php:289
Add your comment