add_action('admin_init', function () { if (!current_user_can('manage_options')) { return; } if (!isset($_GET['test_audit_mail'])) { return; } wp_mail( 'freddy@van-geel.com', 'Testmail Casa Los Narejos', 'Dit is een testmail vanaf WordPress.' ); wp_die('Testmail verzonden. Controleer je mailbox.'); });

Casa Los Narejos