tbkcp_admin_logo.php | |
Puts an image in replace of the default wordpress admin login logo. Has admin form settings for uploading and setting dimensions | Author: Paul MacLean |
tbkcp_admin_logo | Puts an image in replace of the default wordpress admin login logo. |
Functions | |
__construct | Adds the filters to replace the default wp login logo |
custom_login_logo | Sets the logo image and new dimensions |
custom_login_url | Sets the logo url to the front end link |
login_header_title | Sets the title of the login to the blog name |
form_options | The form handler and markup for the admin settings (file upload and dimensions) |
get_configuration_errors | An 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
Functions | |
__construct | Adds the filters to replace the default wp login logo |
custom_login_logo | Sets the logo image and new dimensions |
custom_login_url | Sets the logo url to the front end link |
login_header_title | Sets the title of the login to the blog name |
form_options | The form handler and markup for the admin settings (file upload and dimensions) |
get_configuration_errors | An annoying warning message for the admins if something is not right |
Adds the filters to replace the default wp login logo
function __construct()
Sets the logo image and new dimensions
function custom_login_logo()
Sets the logo url to the front end link
function custom_login_url()
Sets the title of the login to the blog name
function login_header_title()
The form handler and markup for the admin settings (file upload and dimensions)
function form_options()
An annoying warning message for the admins if something is not right
function get_configuration_errors()