Search
 
SCRIPT & CODE EXAMPLE
 

PHP

Changer le logo Admin WordPress

<?php
function custom_admin_logo() {
echo '<style type="text/css">
#header-logo { background-image: url('.get_bloginfo('template_directory').'/images/admin_logo.png) !important; }
</style>';
}
add_action('admin_head', 'custom_admin_logo');
?>
Comment

PREVIOUS NEXT
Code Example
Php :: array to stdclass object php 
Php :: Internal error: xmlSchemaDocWalk, calling xmlSchemaValidateElem(). 
Php :: laravel carbon create date from string 
Php :: redirect 301 wordpress 
Php :: how to add shortcode in html 
Php :: wp_query limit 1 
Php :: laravel get parameters from request 
Php :: php strip tags 
Php :: how make exception laravel if operation does not work 
Php :: disable edit-link storefront 
Php :: Uncaught Error: Call to undefined function "themeblvd_add_builder_element()" 
Php :: how to check php string length 
Php :: transaction cakephp 2 
Php :: symfony call another controller 
Php :: get DAYS absent from working days from given date range 
Php :: laravel check php version 
Php :: how to delete image from floder in laravel 
Php :: last day of previous month in php 
Php :: file get content using call api in php 
Php :: Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 119541600 bytes) in C:xampphtdocsackup-vice.php on line 67 
Php :: laravel route is current route 
Php :: Laravel Drop All Tables & Migrate 
Php :: php first 20 words 
Php :: make pagination wordpress admin panel 
Php :: wordpress loop 
Php :: override belongto parent appmodel cakephp 
Php :: php while loop array 
Php :: laravel debug 
Php :: get word between two characters php 
Php :: How to check leap year in php? 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =