Skip to content

activitypub_reply_intent_params

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

Filters the reply intent parameters.

Auto-generated Example

add_filter(
    'activitypub_reply_intent_params',
    function ( array $params ) {
        // Your code here
        return $params;
    }
);

Parameters

  • array $params The reply intent parameters.

Files

\apply_filters( 'activitypub_reply_intent_params', array() )

Hooks

Users

Developers

Clone this wiki locally