-
Notifications
You must be signed in to change notification settings - Fork 83
activitypub_json_encode_options
github-actions[bot] edited this page Jul 23, 2025
·
13 revisions
Options to be passed to json_encode().
add_filter(
'activitypub_json_encode_options',
function ( int $options ) {
// Your code here
return $options;
}
);-
int$optionsThe current options flags.
\apply_filters( 'activitypub_json_encode_options', $options )Follow @[email protected] for updates and news.