ap_author_avatar( integer $size = 45, mixed $_post = null )

Description #

Echo question author avatar.

Parameters #

  • $size
    integer (Optional) Avatar size. Default value: 45
  • $_post
    mixed (Optional) Post. Default value: null

Source #

File: includes/qaquery.php

function ap_author_avatar( $size = 45, $_post = null ) {
	echo ap_get_author_avatar( $size, $_post ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
}

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