标签: php wordpress
我尝试了这段代码但没有任何反应
add_action('comment_post', function() { $email = get_bloginfo('admin_email'); wp_mail( $email, 'New Comment Posted', 'A new comment has been left on your blog.' ); });