AnsPress_Reputation_Query::the_icon()
Description #
Echo current reputation icon.
Source #
File: includes/reputation.php
public function the_icon() {
echo esc_attr( $this->get_icon() );
}
Expand full source code Collapse full source code View on GitHub: includes/reputation.php:878
Add your comment