removed error log
This commit is contained in:
@@ -62,7 +62,6 @@ function find_user_post_url($user_id) {
|
||||
*/
|
||||
function find_admin_email($user_id = null) {
|
||||
$admin_email = get_option( 'admin_email' );
|
||||
error_log("admin_email: " . json_encode($admin_email));
|
||||
return $admin_email;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user