Skip to content

activitypub_reply_intent_url

github-actions[bot] edited this page Aug 7, 2025 · 16 revisions

Filters the reply intent URL.

Auto-generated Example

add_filter(
   'activitypub_reply_intent_url',
    function( string $url ) {
        // Your code here.
        return $url;
    }
);

Parameters

  • string $url The reply intent URL.

Files

\apply_filters( 'activitypub_reply_intent_url', $url )

← All Hooks

Users

Developers

Clone this wiki locally