I need to verify emails when users signup

I don’t know if it’s any worth, but perhaps you can use the multisite specific activation function, wpmu_activate_signup, as a reference point to get an idea how to handle verification in WordPress. Multisite uses the special wp_signups table to store users waiting for activation. So you might need to create a custom database table, if … Read more

E-Mail Notification on post edit

i think this should help, https://wordpress.stackexchange.com/a/95512/139936 on ‘save_post’ hook, you can send your email. But it will only work on direct update. if you want to wait 24h, you will have to set a cron job that will check every post & send an email with posts updated in the last XX hours.

WordPress eMails not working

Check if youre WP can send out any emails to begin with : https://wordpress.org/plugins/check-email/ is a good one to try. If you have trouble sending emails with the standard setup you could also try https://wordpress.org/plugins/wp-mail-smtp/#description and use Gmail or a 3rd party SMTP service to send email. This plugin also has fairly advanced debugging options … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)