Changeset 11953
- Timestamp:
- 07/08/2022 04:01:57 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/slack/community-deputies-calendly-webhook.php
r11952 r11953 102 102 103 103 // If the location isn't specified, use their Name instead, as it's likely an individual-specific meeting. 104 $location = $location ?: ( $ questions_and_answers['Name'] ??'' );104 $location = $location ?: ( $request_body_parsed->payload->name ?: '' ); 105 105 $event_with_loc = $location ? "{$location} {$event_name}" : $event_name; 106 106
Note: See TracChangeset
for help on using the changeset viewer.