diff --git a/templates/json-author.php b/templates/json-author.php index 21d3003..59a97e6 100644 --- a/templates/json-author.php +++ b/templates/json-author.php @@ -75,9 +75,11 @@ if ( \get_the_author_meta( 'user_url', $author_id ) ) { ); } +/* $json->endpoints = array( 'sharedInbox' => \get_rest_url( null, '/activitypub/1.0/inbox' ), ); +*/ // filter output $json = \apply_filters( 'activitypub_json_author_array', $json );