diff --git a/wp-plugin/oauth.php b/wp-plugin/oauth.php index 45da5e48..e243e333 100644 --- a/wp-plugin/oauth.php +++ b/wp-plugin/oauth.php @@ -83,8 +83,8 @@ function wpgancio_save_event ($post_id) { } if ( is_wp_error( $response ) ) { - $error_message = esc_html($response->get_error_message()); - echo "
${error_message}
" . esc_html($error_message) . "