Skip to content

Instantly share code, notes, and snippets.

@aahan
aahan / MySQL & MariaDB Config.md
Last active December 12, 2015 09:49
Configuring MySQL/MariaDB - Explanation of important variables.
@aahan
aahan / WordPress Custom Sender Name & Email Address.php
Last active October 14, 2016 08:11
Different solutions that've found to replace WordPress' default admin email address and name. Should be added to your theme's functions.php file.
<?php
/*
* DESCRIPTION: All WordPress email notifications are sent from
* wordpress@yourdomain.com with the sender's name as "WordPress".
* Any one of these functions should help you change that.
*
* Relevant WordPress core file is /wp-includes/pluggable.php
*/