ap_category_image( integer $term_id, integer $height = 32 )
Description #
Output category image.
Parameters #
- $term_idinteger (Required) Category ID.
- $heightinteger (Optional) image height, without PX. Default value: 32
Source #
File: includes/taxo.php
function ap_category_image( $term_id, $height = 32 ) { echo ap_get_category_image( $term_id, $height ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped }
Expand full source code Collapse full source code View on GitHub: includes/taxo.php:267
Add your comment