log( sprintf( // translators: %s is a URL. __( 'New Follower: %s', 'activitypub' ), $notification->actor ), array( 'notification' => \wp_json_encode( $notification, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE ), ), null, 'notification', $notification->type, $notification->target ); } }