ap_category_icon( integer $term_id, string $attributes = '' )
Description #
Output category icon.
Parameters #
- $term_idinteger (Required) Term ID.
- $attributesstring (Optional) Custom attributes. Default value: ''
Source #
File: includes/taxo.php
function ap_category_icon( $term_id, $attributes = '' ) { echo ap_get_category_icon( $term_id, $attributes ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped }
Expand full source code Collapse full source code View on GitHub: includes/taxo.php:294
Add your comment