removed error log
This commit is contained in:
@@ -4,7 +4,7 @@ Plugin Name: hggg_custer
|
||||
Plugin URI:
|
||||
Description: customize user : output infos on page, on email, and change current user id momentarly
|
||||
Author: hugogogo
|
||||
Version: 0.2.5
|
||||
Version: 0.2.5.2
|
||||
Author URI:
|
||||
*/
|
||||
|
||||
|
||||
@@ -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