Skip to content

activitypub_use_authorized_fetch

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

Filters whether to use Authorized-Fetch.

Auto-generated Example

add_filter(
    'activitypub_use_authorized_fetch',
    function ( Activitypub\boolean $use_authorized_fetch ) {
        // Your code here
        return $use_authorized_fetch;
    }
);

Parameters

  • Activitypub\boolean $use_authorized_fetch True if Authorized-Fetch is enabled, false otherwise.

Files

apply_filters( 'activitypub_use_authorized_fetch', $use )

Hooks

Users

Developers

Clone this wiki locally