Notifications::the_date()
Description #
Echo human readble date.
Source #
File: addons/notifications/query.php
363 364 365 | public function the_date() { echo wp_kses_post( ap_human_time( $this ->get_date(), false ) ); } |
Expand full source code Collapse full source code View on GitHub: addons/notifications/query.php:363
Add your comment