Mailer Error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Turn your gmail account Less secure app access ON.

Mailer Error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Turn your gmail account Less secure app access ON.


Your site/server might be serving on HTTP and using a proxy to server HTTPS.
Test without the proxy.


As heard on https://soundcloud.com/digitaltsunami/intergalactic-gary-dj-set-dt-camp-2019#t=42:12
As heard on https://soundcloud.com/moog-club-bcn/mick-wills-for-cult-moog-15062019-barcelona (20:28)
$.ajax({
(...)
datatype:'json',
contentType:'application/json',
data:JSON.stringify(data),
(...)
})
add_filter('manage_post_posts_columns', function($columns) {
return array_merge($columns, ['source_domain' => __('URL', 'textdomain')]);
});
add_action('manage_post_posts_custom_column', function($column_key, $post_id) {
if ($column_key == 'source_domain') {
$source_domain = get_post_meta($post_id, 'source_domain', true);
//if ($source_domain == 1) {} else {}
echo $source_domain;
}
}, 10, 2);
As seen on