// Custom CSS for the whole admin area
// Add to functions.php
// Create wp-admin.css in your theme folder
function wpfme_adminCSS() {
echo '<link rel="stylesheet" type="text/css" href="'.get_bloginfo('stylesheet_directory').'/wp-admin.css"/>';
}
add_action('admin_head', 'wpfme_adminCSS');
Suppo - Create, Customize & Host
Your App Support Page at Suppo
DDownload
TTweet
FFull View
→ Next Snippet
← Previous Snippet
Want to join Code Pad Request An Invite