McLeod Reporting

/**
* Send an email with every visit.
*/
function wpse113069_email_me_every_visit() {
wp_mail( ‘me@example.net’, ‘You had a visitor…’, ‘Yea, someone was on your site!’ );
}

add_action( ‘wp’, ‘wpse113069_email_me_every_visit’ );

The issue has been logged.

Thank you.