• Resolved johny89

    (@johny89)


    Hello, i want to ask how can i disable from admin the email for comments which receives the followed users?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter johny89

    (@johny89)

    Or how can make unfollow all the users who follow me. My system send many emails up to 300 per hour so because my server has limit i want to not send notifications

    Plugin Author AdvancedCoding

    (@advancedcoding)

    Hi @johny89 ,

    You should execute this SQL query in phpMyAdmin database manager SQL Tab. You can install phpMyAdmin plugin, or use your Hosting Service cPanel > phpMyAdmin Database Manager > Your website Database > SQL Tab:

    DELETE FROM xx_wc_follow_users WHEREuser_email= 'your_account_email'

    In case you want to delete all users’ followings use the SQL below

    DELETE FROM xx_wc_follow_users

    You should change xx_ with your website’s database prefix.

    Please, backup your database before executing any of these queries.

    You can disable subscription and follow features in wpDiscuz’s settings page

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable emails notification to followed users’ is closed to new replies.