Skip to content

activitypub_reply_intent_params

github-actions[bot] edited this page Aug 7, 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() )

← All Hooks

Users

Developers

Clone this wiki locally