-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_should_negotiate_content
github-actions[bot] edited this page Aug 7, 2025
·
8 revisions
Filters whether content negotiation should be forced.
add_filter(
'activitypub_should_negotiate_content',
function( bool $return ) {
// Your code here.
return $return;
}
);
-
bool
$return
Whether content negotiation should be forced.
\apply_filters( 'activitypub_should_negotiate_content', $return )
Follow @[email protected] for updates and news.