tbkcp_admin_logo.php

Summary
tbkcp_admin_logo.php
Puts an image in replace of the default wordpress admin login logo.  Has admin form settings for uploading and setting dimensionsAuthor: Paul MacLean
tbkcp_admin_logoPuts an image in replace of the default wordpress admin login logo.
Functions
__constructAdds the filters to replace the default wp login logo
custom_login_logoSets the logo image and new dimensions
custom_login_urlSets the logo url to the front end link
login_header_titleSets the title of the login to the blog name
form_optionsThe form handler and markup for the admin settings (file upload and dimensions)
get_configuration_errorsAn annoying warning message for the admins if something is not right

Puts an image in replace of the default wordpress admin login logo.  Has admin form settings for uploading and setting dimensions

Author: Paul MacLean

Usage Example

Click the *settings* link after enabling to see the form options

tbkcp_admin_logo

Puts an image in replace of the default wordpress admin login logo.  Has admin form settings for uploading and setting dimensions

Summary
Functions
__constructAdds the filters to replace the default wp login logo
custom_login_logoSets the logo image and new dimensions
custom_login_urlSets the logo url to the front end link
login_header_titleSets the title of the login to the blog name
form_optionsThe form handler and markup for the admin settings (file upload and dimensions)
get_configuration_errorsAn annoying warning message for the admins if something is not right

Functions

__construct

function __construct()

Adds the filters to replace the default wp login logo

custom_login_logo

function custom_login_logo()

Sets the logo image and new dimensions

custom_login_url

function custom_login_url()

Sets the logo url to the front end link

login_header_title

function login_header_title()

Sets the title of the login to the blog name

form_options

function form_options()

The form handler and markup for the admin settings (file upload and dimensions)

get_configuration_errors

function get_configuration_errors()

An annoying warning message for the admins if something is not right

function __construct()
Adds the filters to replace the default wp login logo
function custom_login_logo()
Sets the logo image and new dimensions
function custom_login_url()
Sets the logo url to the front end link
function login_header_title()
Sets the title of the login to the blog name
function form_options()
The form handler and markup for the admin settings (file upload and dimensions)
function get_configuration_errors()
An annoying warning message for the admins if something is not right
Close