Skip to content

activitypub_should_negotiate_content

github-actions[bot] edited this page Jul 23, 2025 · 8 revisions

Filters whether content negotiation should be forced.

Auto-generated Example

add_filter(
    'activitypub_should_negotiate_content',
    function ( bool $return ) {
        // Your code here
        return $return;
    }
);

Parameters

  • bool $return Whether content negotiation should be forced.

Files

\apply_filters( 'activitypub_should_negotiate_content', $return )

Hooks

Users

Developers

Clone this wiki locally