Notifications::the_icon()
Description #
Print icon of notification if defined.
Source #
File: addons/notifications/query.php
public function the_icon() { echo esc_attr( $this->get_icon() ); }
Expand full source code Collapse full source code View on GitHub: addons/notifications/query.php:430
Add your comment