Synchrodestiny
How many times have you experienced those crazy moments of coincidence, like when you are thinking of someone as you are driving to the store,… Read More »Synchrodestiny
add_filter('wp_mail','disabling_emails', 10,1); function disabling_emails( $args ){ unset ( $args['to'] ); return $args; }