{"id":1157,"date":"2023-09-29T10:51:20","date_gmt":"2023-09-29T15:51:20","guid":{"rendered":"https:\/\/ma.rcbla.se\/blog\/?p=1157"},"modified":"2025-02-13T12:30:32","modified_gmt":"2025-02-13T18:30:32","slug":"disable-new-user-notification-emails-in-wordpress","status":"publish","type":"post","link":"https:\/\/ma.rcbla.se\/blog\/2023\/09\/disable-new-user-notification-emails-in-wordpress\/","title":{"rendered":"Disable New User Notification Emails in WordPress"},"content":{"rendered":"<p>I use this when doing bulk imports of users in dev environments.<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\nadd_filter( 'wp_new_user_notification_email', '__return_false', 10, 3 );\r\n<\/pre>\n<p>Add that to <code>functions.php<\/code> and you&#8217;re set. Users will not be notified.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I use this when doing bulk imports of users in dev environments. add_filter( &#8216;wp_new_user_notification_email&#8217;, &#8216;__return_false&#8217;, 10, 3 ); Add that to functions.php and you&#8217;re set. Users will not be notified.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-1157","post","type-post","status-publish","format-standard","hentry","category-coding"],"_links":{"self":[{"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/posts\/1157","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/comments?post=1157"}],"version-history":[{"count":2,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/posts\/1157\/revisions"}],"predecessor-version":[{"id":1385,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/posts\/1157\/revisions\/1385"}],"wp:attachment":[{"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/media?parent=1157"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/categories?post=1157"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/tags?post=1157"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}