Mailer: その他のSMTP SMTP Error: Could not connect to SMTP host. Failed to connect to serverSMTP server… などのエラーがWP Mail SMTP上に出てしまう場合。 暗号化方式をSSLからTLSに変更したら解決した。 SMT...
function change_role_name() { global $wp_roles; if ( !isset($wp_roles) ) $wp_roles = new WP_Roles(); // 「購読者」を「こうどくしゃ」に変更 $wp_roles -> roles = 'こうどくしゃ&#...