Last active
December 10, 2015 17:38
-
-
Save claudiosanches/4468931 to your computer and use it in GitHub Desktop.
Plugin Personalizar Biografia para o Rafael Carvalho
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Plugin Name: Personaliza Biografia | |
* Plugin URI: http://claudiosmweb.com/ | |
* Description: Personaliza Biografia. | |
* Version: 0.1 | |
* Author: Claudio Sanches | |
* Author URI: http://claudiosmweb.com/ | |
* License: GPLv2 or later | |
*/ | |
function personaliza_biografia() { | |
echo '<style>#your-profile #description { width: 500px; height: 446px; background: url("http://www.ricbit.com/ilafox/little_pony.jpg"); }</style>'; | |
} | |
add_action( 'admin_head', 'personaliza_biografia' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment