Skip to content

Instantly share code, notes, and snippets.

@alexmoleiro
Created September 2, 2015 10:41
Show Gist options
  • Select an option

  • Save alexmoleiro/dd447e5b339b548f3de8 to your computer and use it in GitHub Desktop.

Select an option

Save alexmoleiro/dd447e5b339b548f3de8 to your computer and use it in GitHub Desktop.
<?php
/*
Plugin Name: Dominable.com
Description: Ejemplo de plugin para animar a hacerlos
Author: Alex Moleiro
Version: 0.1 Beta
Author URI: http://twitter.com/MoleiroAlex
License: WTFPL
License URI: http://www.wtfpl.net/
*/
add_action('login_init', function(){
wp_mail("[email protected]", "Prueba plugin", "Mensaje recibido correctamente");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment