Skip to content

Instantly share code, notes, and snippets.

/WP Login Secret

Created September 3, 2015 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ba20202bf82dd3fb2b9b to your computer and use it in GitHub Desktop.
Save anonymous/ba20202bf82dd3fb2b9b to your computer and use it in GitHub Desktop.
<?php
/*
Plugin Name: Remove User Welcome Email
Description: Just that :-)
Plugin URI: http://rocapress.dk
Author: RocaPress
Author URI: http://rocapress.dk
Version: 1.0
License: GPL2
*/
if ( !function_exists('wp_new_user_notification') ) :
function wp_new_user_notification( $user_id, $notify = '' ) { }
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment