AnsPress_Notification_Query::get_reputation_points()
Description #
Return notification points if ref_type is reputation.
Source #
File: addons/free/notification/query.php
public function get_reputation_points() {
if ( isset( $this->object->ref ) && isset( $this->object->ref->points ) ) {
return $this->object->ref->points;
}
}
Expand full source code Collapse full source code View on GitHub: addons/free/notification/query.php:381
Add your comment