AnsPress_Notification_Query::the_date()
Description #
Echo human readble date.
Source #
File: addons/free/notification/query.php
public function the_date() { echo ap_human_time( $this->get_date(), false ); // WPCS: xss okay. }
Expand full source code Collapse full source code View on GitHub: addons/free/notification/query.php:350
Add your comment