disable shared inbox
This commit is contained in:
parent
e03db11d92
commit
9a4c9768f2
1 changed files with 2 additions and 0 deletions
|
@ -75,9 +75,11 @@ if ( \get_the_author_meta( 'user_url', $author_id ) ) {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
$json->endpoints = array(
|
$json->endpoints = array(
|
||||||
'sharedInbox' => \get_rest_url( null, '/activitypub/1.0/inbox' ),
|
'sharedInbox' => \get_rest_url( null, '/activitypub/1.0/inbox' ),
|
||||||
);
|
);
|
||||||
|
*/
|
||||||
|
|
||||||
// filter output
|
// filter output
|
||||||
$json = \apply_filters( 'activitypub_json_author_array', $json );
|
$json = \apply_filters( 'activitypub_json_author_array', $json );
|
||||||
|
|
Loading…
Reference in a new issue