-
Notifications
You must be signed in to change notification settings - Fork 15
friends_activitypub_log
Alex Kirk edited this page Nov 22, 2024
·
14 revisions
Receive debug messages from the ActivityPub feed parser.
add_action(
'friends_activitypub_log',
function (
$message,
$objects
) {
// Your code here
},
10,
2
);
$message
$objects
do_action( 'friends_activitypub_log', $message, $objects )