mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-30 11:42:22 +08:00
3 lines
117 B
Text
3 lines
117 B
Text
add_filter("wpdiscuz_send_email_on_approving", function ($sendMail, $email, $comment) {
|
|
return false;
|
|
}, 10, 3);
|