Add Event Sources Logic (ActivityPub follows) #86
2 changed files with 2 additions and 2 deletions
|
@ -35,4 +35,4 @@ class Debug {
|
|||
// phpcs:ignore WordPress.PHP.DevelopmentFunctions
|
||||
\error_log( \print_r( $log, true ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* Class file for parsing an ActivityPub outbox for Events.
|
||||
*
|
||||
*
|
||||
* The main external entry function is `backfill_events`.
|
||||
* The function `import_events_from_outbox` is used for delaying the parsing via schedules.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue