Documentation
Documentation
Graphic_Data_Login
in package
Register class that has the functions used to modify the login WordPress scene
Table of Contents
Methods
- custom_login_title() : string
- Modify the WordPress login screen page title to use Sanctuary Watch branding.
- login_logo() : mixed
- Change the WordPress default logo at the admin login screen to the Sanctuary Watch logo.
- logo_url() : mixed
- Change the URL associated with the logo on the login admin screen to the front page of the site
Methods
custom_login_title()
Modify the WordPress login screen page title to use Sanctuary Watch branding.
public
custom_login_title(string $login_title) : string
Replaces the default WordPress login page title formatting by substituting the left-pointing angle quote with a bullet and '— WordPress' with 'Sanctuary Watch'.
Parameters
- $login_title : string
-
The default login page title.
Tags
Return values
string —The modified login page title with Sanctuary Watch branding.
login_logo()
Change the WordPress default logo at the admin login screen to the Sanctuary Watch logo.
public
login_logo() : mixed
Tags
logo_url()
Change the URL associated with the logo on the login admin screen to the front page of the site
public
logo_url() : mixed