-
Notifications
You must be signed in to change notification settings - Fork 83
activitypub_reply_intent_params
github-actions[bot] edited this page Jul 23, 2025
·
24 revisions
Filters the reply intent parameters.
add_filter(
'activitypub_reply_intent_params',
function ( array $params ) {
// Your code here
return $params;
}
);-
array$paramsThe reply intent parameters.
\apply_filters( 'activitypub_reply_intent_params', array() )Follow @[email protected] for updates and news.