Skip to content

Instantly share code, notes, and snippets.

@claudiosanches
Last active December 10, 2015 17:38
Show Gist options
  • Save claudiosanches/4468931 to your computer and use it in GitHub Desktop.
Save claudiosanches/4468931 to your computer and use it in GitHub Desktop.
Plugin Personalizar Biografia para o Rafael Carvalho
<?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