ap_author_avatar( integer $size = 45, mixed $_post = null )
Description #
Echo question author avatar.
Parameters #
- $sizeinteger (Optional) Avatar size. Default value: 45
- $_postmixed (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 }
Expand full source code Collapse full source code View on GitHub: includes/qaquery.php:376
Add your comment