removed error log

This commit is contained in:
asus
2024-04-16 10:34:38 +02:00
parent 5c09506356
commit ba432acbfc
2 changed files with 1 additions and 2 deletions

View File

@@ -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:
*/

View File

@@ -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;
}