AnsPress_Notification_Query::the_actor_avatar( integer|string $size = 40 )

Description #

Echo actor avatar.

Parameters #

  • $size
    integer | 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.
		}
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment