Notifications::hide_actor()
Description #
Hide actor.
Source #
File: addons/notifications/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/notifications/query.php:412
Add your comment