Notifications::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/notifications/query.php

	public function the_actor_avatar( $size = 40 ) {
		if ( ! $this->hide_actor() ) {
			echo wp_kses_post( $this->actor_avatar( $size ) );
		}
	}

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