Skip to content

Commit

Permalink
add more doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Jan 15, 2025
1 parent 83f53bc commit 87c2355
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions includes/class-query.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ public function get_queried_object_id() {
/**
* Get the virtual object.
*
* Virtual objects are objects that are not stored in the database, but are created on the fly.
* The plugins currently supports two virtual objects: The Blog-Actor and the Application-Actor.
*
* @see \Activitypub\Blog
* @see \Activitypub\Application
*
* @return object|null The virtual object.
*/
protected function maybe_get_virtual_object() {
Expand Down

0 comments on commit 87c2355

Please sign in to comment.