transform_object_properties( Actors::get_by_id( $this->item->ID ) ); if ( \is_wp_error( $activity_object ) ) { return $activity_object; } return $activity_object; } /** * Get the Actor ID. * * @return string The Actor ID. */ public function to_id() { return Actors::get_by_id( $this->item->ID )->get_id(); } }