Disable New User Notification Email in WordPress (Step-by-Step)

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น •

  • @mandai2
    @mandai2 ปีที่แล้ว

    The plugin didn't work for me but I was able to get this working with Code Snippets and the sample code.
    There is also some more code needed for stopping password change notifications

  • @e-juicecustomerservice5165
    @e-juicecustomerservice5165 7 หลายเดือนก่อน

    Thank you man

  • @strength_music
    @strength_music ปีที่แล้ว +1

    Great video. very helpful. Do you have any videos on how to upgrade a site's php?

    • @SmartWP
      @SmartWP  ปีที่แล้ว +2

      I don’t currently sorry! Typically it’s a dropdown in your website’s hosting platform.

  • @mariberceritah8925
    @mariberceritah8925 ปีที่แล้ว

    Hir sir, how to disable email notification new user for side user my website,?

  • @swiftzzxk
    @swiftzzxk 9 หลายเดือนก่อน

    Thank you so much, it help me to solve the problem that when the person registered send him an email, love u man

  • @jaboe93
    @jaboe93 ปีที่แล้ว

    There is actually a simple hook to turn this off, use this snippet instead of the long one from the site mentioned: add_filter( 'wp_new_user_notification_email_admin', '__return_false' );

    • @crouge
      @crouge ปีที่แล้ว

      where to add this? added in Snippets, it broke the website :D

    • @jaboe93
      @jaboe93 ปีที่แล้ว

      @@crouge Yes Code Snippets Plugin or functions.php , just tested one more time and works fine for me without breaking anything