Search
 
SCRIPT & CODE EXAMPLE
 

PHP

Personnaliser le logo de connexion WordPress sans plugin

<?php
function my_custom_login_logo() {
echo '<style type="text/css">
h1 a { background-image:url('.get_bloginfo('template_directory').'/images/custom-login-logo.gif) !important; }
</style>';
}
add_action('login_head', 'my_custom_login_logo');
?>
Comment

PREVIOUS NEXT
Code Example
Php :: Akkhor - School Management Admin Template download 
Php :: codeigniter query Profiling - To disable the profiler 
Php :: exists:categories,id except a value laravel 
Php :: md5_file (PHP 4 = 4.2.0, PHP 5, PHP 7, PHP 8) md5_file — Calculates the md5 hash of a given file 
Php :: Criando shortcode no Wordpress 
Php :: PHP str_getcsv — Parse a CSV string into an array 
Php :: whats is typecasting in php 
Php :: To fetch the soft deleted user, you should use withTrashed 
Php :: send emails with runtime configurations in laravelk 
Php :: preg match apache log file 
Php :: requires ext-pcntl 
Php :: comment acceder à la base de données phpmyadmin sur mac ave 
Php :: exceptions on fatals(2) 
Php :: developer polyglots 
Php :: hou to fill value in input box using php 
Php :: Ajouter un texte par défaut sur toutes vos publications WordPress 
Php :: sail laravel mix hot 
Php :: -inurl:(htm/html/php/pls/txt) intitle:index.of "last modified" (mp4/wma/aac/avi) 
Php :: delete file in s3 laravel 
Php :: remove public from laravel 8 url 
Php :: condition for both of one should be true laravel eloquent 
Php :: how to make text bigger in php file 
Php :: php decrement variable by 1 
Php :: find sum of each group in laravel 
Php :: Enqueue WP scripts and styles from a single action hook. 
Php :: php get last date of month 
Php :: SET DEFAULT hide title astra wordpress 
Php :: codeception field datetime firefox 
Php :: fetch data from database withour restarting console php 
Php :: laravel gigapay payout list 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =