AnsPress_Notification_Query::hide_actor()
Description #
Hide actor.
Source #
File: addons/free/notification/query.php
public function hide_actor() { $args = $this->verb_args( $this->object->noti_verb ); return (bool) $args['hide_actor']; }
Expand full source code Collapse full source code View on GitHub: addons/free/notification/query.php:399
Add your comment