custer query to find admin email
This commit is contained in:
@@ -61,7 +61,8 @@ function find_user_post_url($user_id) {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function find_admin_email($user_id) {
|
function find_admin_email($user_id) {
|
||||||
return '';
|
$admin_email = get_option( 'admin_email' );
|
||||||
|
return $admin_email;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user