debug: log hostname and Brevo api_key in download-white-paper route
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 22s
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 22s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
733140b393
commit
4ea4cd91f5
1 changed files with 2 additions and 0 deletions
|
|
@ -187,6 +187,8 @@ return [
|
|||
$brevoApiKey = $brevo['api_key'] ?? '';
|
||||
$brevoListId = (int)($brevo['list_id'] ?? 5);
|
||||
|
||||
error_log('[WP] hostname: ' . ($_SERVER['SERVER_NAME'] ?? 'unknown') . ' | brevo api_key: "' . $brevoApiKey . '"');
|
||||
|
||||
upsertKirbyContact($page, $contact);
|
||||
|
||||
$brevoResult = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue