<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[7751] Official WordPress Events: Use Meetup Client to fetch events.</title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { white-space: pre-line; overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="http://meta.trac.wordpress.org/changeset/7751">7751</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"http://meta.trac.wordpress.org/changeset/7751","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>iandunn</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2018-10-19 21:04:34 +0000 (Fri, 19 Oct 2018)</dd>
</dl>
<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Official WordPress Events: Use Meetup Client to fetch events.
The client is a more robust iteration on the previous code, and should avoid the HTTP `400` status errors that have been occurring recently, by retrying the requests.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentpluginsofficialwordpresseventsofficialwordpresseventsphp">sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/official-wordpress-events.php</a></li>
</ul>
<h3>Property Changed</h3>
<ul>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentpluginsofficialwordpressevents">sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<span class="cx" style="display: block; padding: 0 10px">Index: sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events 2018-10-19 20:06:43 UTC (rev 7750)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events 2018-10-19 21:04:34 UTC (rev 7751)
</ins><a id="sitestrunkwordpressorgpublic_htmlwpcontentpluginsofficialwordpressevents"></a>
<div class="propset"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Property changes: sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events</h4>
<pre class="diff"><span>
</span></pre></div>
<a id="svnexternals"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:externals</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+class-meetup-client.php https://meta.svn.wordpress.org/sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/utilities/class-meetup-client.php
</ins><a id="sitestrunkwordpressorgpublic_htmlwpcontentpluginsofficialwordpresseventsofficialwordpresseventsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/official-wordpress-events.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/official-wordpress-events.php 2018-10-19 20:06:43 UTC (rev 7750)
+++ sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/official-wordpress-events.php 2018-10-19 21:04:34 UTC (rev 7751)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -7,6 +7,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> Author: WordPress.org Meta Team
</span><span class="cx" style="display: block; padding: 0 10px"> */
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+use WordCamp\Utilities\Meetup_Client;
+
</ins><span class="cx" style="display: block; padding: 0 10px"> class Official_WordPress_Events {
</span><span class="cx" style="display: block; padding: 0 10px"> const EVENTS_TABLE = 'wporg_events';
</span><span class="cx" style="display: block; padding: 0 10px"> const WORDCAMP_API_BASE_URL = 'https://central.wordcamp.org/wp-json/';
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -317,55 +319,42 @@
</span><span class="cx" style="display: block; padding: 0 10px"> protected function get_meetup_events() {
</span><span class="cx" style="display: block; padding: 0 10px"> $events = array();
</span><span class="cx" style="display: block; padding: 0 10px">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- if ( ! defined( 'MEETUP_API_KEY' ) || ! MEETUP_API_KEY || ! $groups = $this->get_meetup_group_ids() ) {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ require_once( __DIR__ . '/class-meetup-client.php' );
+
+ $client = new Meetup_Client();
+ if ( ! empty( $client->error->errors ) ) {
+ $this->log( 'Failed to instantiate meetup client: ' . wp_json_encode( $client->error ), true );
</ins><span class="cx" style="display: block; padding: 0 10px"> return $events;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- // Meetup API sometimes throws an error with chunk size larger than 50.
- $groups = array_chunk( $groups, 50, true );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ $groups = $client->get_groups();
+ if ( ! empty( $client->error->errors ) ) {
+ $this->log( 'Failed to fetch groups: ' . wp_json_encode( $client->error ), true );
+ return $events;
+ }
</ins><span class="cx" style="display: block; padding: 0 10px">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- foreach ( $groups as $group_batch ) {
- $request_url = add_query_arg(
- array(
- 'group_id' => implode( ',', $group_batch ),
- 'time' => '0,3m',
- 'page' => 200,
- 'status' => 'upcoming,cancelled',
- ),
- self::MEETUP_API_BASE_URL . '2/events'
- );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ $meetups = $client->get_events( wp_list_pluck( $groups, 'id' ) );
+ if ( ! empty( $client->error->errors ) ) {
+ $this->log( 'Failed to fetch meetups: ' . wp_json_encode( $client->error ), true );
+ return $events;
+ }
</ins><span class="cx" style="display: block; padding: 0 10px">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- while ( ! empty( $request_url ) ) {
- // The "next" URLs returned by the API need to be re-signed.
- $request_url = add_query_arg(
- array(
- 'sign' => true,
- 'key' => MEETUP_API_KEY,
- ),
- $request_url
- );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ foreach ( $meetups as $meetup ) {
+ if ( empty( $meetup['id'] ) || empty( $meetup['name'] ) ) {
+ $this->log( 'Malformed meetup: ' . wp_json_encode( $meetup ) );
+ continue;
+ }
</ins><span class="cx" style="display: block; padding: 0 10px">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- $this->log( 'fetching more events from: ' . var_export( $request_url, true ) );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ $start_timestamp = ( $meetup['time'] / 1000 ) + ( $meetup['utc_offset'] / 1000 ); // convert to seconds
</ins><span class="cx" style="display: block; padding: 0 10px">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- $response = $this->remote_get( $request_url );
- $body = json_decode( wp_remote_retrieve_body( $response ) );
-
- $this->log( 'pruned response - ' . print_r( $this->prune_response_for_log( $response ), true ) );
-
- if ( ! empty ( $body->results ) ) {
- $meetups = $body->results;
-
- foreach ( $meetups as $meetup ) {
- $start_timestamp = ( $meetup->time / 1000 ) + ( $meetup->utc_offset / 1000 ); // convert to seconds
-
- if ( isset( $meetup->venue ) ) {
- $location = $this->format_meetup_venue_location( $meetup->venue );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ if ( isset( $meetup['venue'] ) ) {
+ $location = $this->format_meetup_venue_location( $meetup['venue'] );
</ins><span class="cx" style="display: block; padding: 0 10px"> } else {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- $geocoded_location = $this->reverse_geocode( $meetup->group->group_lat, $meetup->group->group_lon );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ $geocoded_location = $this->reverse_geocode( $meetup['group']['group_lat'], $meetup['group']['group_lon'] );
</ins><span class="cx" style="display: block; padding: 0 10px"> $location_parts = $this->parse_reverse_geocode_address( $geocoded_location );
</span><span class="cx" style="display: block; padding: 0 10px"> $location = sprintf(
</span><span class="cx" style="display: block; padding: 0 10px"> '%s%s%s',
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- $location_parts['city'],
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ $location_parts['city'] ?? '',
</ins><span class="cx" style="display: block; padding: 0 10px"> empty( $location_parts['state'] ) ? '' : ', ' . $location_parts['state'],
</span><span class="cx" style="display: block; padding: 0 10px"> empty( $location_parts['country_name'] ) ? '' : ', ' . $location_parts['country_name']
</span><span class="cx" style="display: block; padding: 0 10px"> );
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -372,8 +361,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> $location = trim( $location, ", \t\n\r\0\x0B" );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- if ( ! empty( $meetup->venue->country ) ) {
- $country_code = $meetup->venue->country;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ if ( ! empty( $meetup['venue']['country'] ) ) {
+ $country_code = $meetup['venue']['country'];
</ins><span class="cx" style="display: block; padding: 0 10px"> } elseif ( ! empty( $location_parts['country_code'] ) ) {
</span><span class="cx" style="display: block; padding: 0 10px"> $country_code = $location_parts['country_code'];
</span><span class="cx" style="display: block; padding: 0 10px"> } else {
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -382,78 +371,28 @@
</span><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> $events[] = new Official_WordPress_Event( array(
</span><span class="cx" style="display: block; padding: 0 10px"> 'type' => 'meetup',
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- 'source_id' => $meetup->id,
- 'status' => 'upcoming' === $meetup->status ? 'scheduled' : 'cancelled',
- 'title' => $meetup->name,
- 'url' => $meetup->event_url,
- 'meetup_name' => $meetup->group->name,
- 'meetup_url' => sprintf( 'https://www.meetup.com/%s/', $meetup->group->urlname ),
- 'description' => $meetup->description,
- 'num_attendees' => $meetup->yes_rsvp_count,
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ 'source_id' => $meetup['id'],
+ 'status' => 'upcoming' === $meetup['status'] ? 'scheduled' : 'cancelled',
+ 'title' => $meetup['name'],
+ 'url' => $meetup['event_url'],
+ 'meetup_name' => $meetup['group']['name'],
+ 'meetup_url' => sprintf( 'https://www.meetup.com/%s/', $meetup['group']['urlname'] ),
+ 'description' => $meetup['description'] ?? '',
+ 'num_attendees' => $meetup['yes_rsvp_count'],
</ins><span class="cx" style="display: block; padding: 0 10px"> 'start_timestamp' => $start_timestamp,
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- 'end_timestamp' => ( empty ( $meetup->duration ) ? $start_timestamp : $start_timestamp + ( $meetup->duration / 1000 ) ), // convert to seconds
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ 'end_timestamp' => ( empty ( $meetup['duration'] ) ? $start_timestamp : $start_timestamp + ( $meetup['duration'] / 1000 ) ), // convert to seconds
</ins><span class="cx" style="display: block; padding: 0 10px"> 'location' => $location,
</span><span class="cx" style="display: block; padding: 0 10px"> 'country_code' => $country_code,
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- 'latitude' => empty( $meetup->venue->lat ) ? $meetup->group->group_lat : $meetup->venue->lat,
- 'longitude' => empty( $meetup->venue->lon ) ? $meetup->group->group_lon : $meetup->venue->lon,
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ 'latitude' => empty( $meetup['venue']['lat'] ) ? $meetup['group']['group_lat'] : $meetup['venue']['lat'],
+ 'longitude' => empty( $meetup['venue']['lon'] ) ? $meetup['group']['group_lon'] : $meetup['venue']['lon'],
</ins><span class="cx" style="display: block; padding: 0 10px"> ) );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- }
</del><span class="cx" style="display: block; padding: 0 10px">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- $request_url = isset( $body->meta->next ) ? esc_url_raw( $body->meta->next ) : null;
- }
- }
-
</del><span class="cx" style="display: block; padding: 0 10px"> $this->log( sprintf( 'returning %d events', count( $events ) ) );
</span><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> return $events;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- /*
- * Gets the IDs of all of the meetup groups associated
- *
- * @return array
- */
- protected function get_meetup_group_ids() {
- $group_ids = array();
-
- if ( ! defined( 'MEETUP_API_KEY' ) || ! MEETUP_API_KEY ) {
- return $group_ids;
- }
-
- $request_url = sprintf(
- '%s2/profiles?&member_id=%d&key=%s',
- self::MEETUP_API_BASE_URL,
- self::MEETUP_MEMBER_ID,
- MEETUP_API_KEY
- );
-
- while ( ! empty( $request_url ) ) {
- $this->log( 'fetching more groups from: ' . var_export( $request_url, true ) );
-
- $response = $this->remote_get( $request_url );
- $body = json_decode( wp_remote_retrieve_body( $response ) );
-
- $this->log( 'pruned response - ' . print_r( $this->prune_response_for_log( $response ), true ) );
-
- if ( ! empty ( $body->results ) ) {
- foreach ( $body->results as $profile ) {
- if ( ! isset( $profile->group->id, $profile->role ) || 'Organizer' !== $profile->role ) {
- continue;
- }
-
- $group_ids[] = $profile->group->id;
- }
- }
-
- $request_url = isset( $body->meta->next ) ? $body->meta->next : null;
- }
-
- $this->log( sprintf( 'returning %d groups', count( $group_ids ) ) );
-
- return $group_ids;
- }
-
</del><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px"> * Reverse-geocodes a set of coordinates
</span><span class="cx" style="display: block; padding: 0 10px"> *
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -538,11 +477,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> $location = array();
</span><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> foreach ( array( 'city', 'state', 'localized_country_name' ) as $part ) {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- if ( ! empty( $venue->$part ) ) {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ if ( ! empty( $venue[ $part ] ) ) {
</ins><span class="cx" style="display: block; padding: 0 10px"> if ( in_array( $part, array( 'state' ) ) ) {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- $location[] = strtoupper( $venue->$part );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ $location[] = strtoupper( $venue[ $part ] );
</ins><span class="cx" style="display: block; padding: 0 10px"> } else {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- $location[] = $venue->$part;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ $location[] = $venue[ $part ];
</ins><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -733,10 +672,24 @@
</span><span class="cx" style="display: block; padding: 0 10px"> * @todo Remove this when the stuck cron job bug is fixed
</span><span class="cx" style="display: block; padding: 0 10px"> *
</span><span class="cx" style="display: block; padding: 0 10px"> * @param string $message
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param bool $write_to_disk If true, writes the message to the standard error log in addition to the
+ * `owpe_log` option.
</ins><span class="cx" style="display: block; padding: 0 10px"> */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- protected function log( $message ) {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ protected function log( $message, $write_to_disk = false ) {
</ins><span class="cx" style="display: block; padding: 0 10px"> $limit = 500;
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ $api_keys = array( MEETUP_API_KEY, OFFICIAL_WP_EVENTS_GOOGLE_MAPS_API_KEY );
</ins><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ if ( $write_to_disk ) {
+ error_log( sprintf(
+ /*
+ * Use the folder name as a prefix so that Slack searches/highlights will match this and log
+ * entries generated by PHP itself.
+ */
+ 'official-wordpress-events: %s',
+ str_replace( $api_keys, '[redacted]', $message )
+ ) );
+ }
+
</ins><span class="cx" style="display: block; padding: 0 10px"> if ( ! isset( $this->log ) ) {
</span><span class="cx" style="display: block; padding: 0 10px"> $this->log = array();
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span></span></pre>
</div>
</div>
</body>
</html>