Changeset 1175629
- Timestamp:
- 06/06/2015 12:39:49 AM (11 years ago)
- Location:
- sc-custom-login/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sc-custom-login/trunk/README.md
r1175592 r1175629 4 4 5 5 * Custom error mesages 6 * Custom logo URL 7 * Custom logo title attr 6 8 * Custom background (Soon) 7 9 * Custom logo (Soon) -
sc-custom-login/trunk/index.php
r1175574 r1175629 14 14 15 15 /** 16 * Custom logo URL. 17 */ 18 function sclogin_admin_logo_url() { 19 return home_url(); 20 } 21 add_filter( 'login_headerurl', 'sclogin_admin_logo_url' ); 22 23 /** 24 * Custom logo title. 25 */ 26 function sclogin_admin_logo_title() { 27 return get_bloginfo( 'name' ); 28 } 29 add_filter( 'login_headertitle', 'sclogin_admin_logo_title' ); 30 31 /** 16 32 * Change error msgs 17 33 */ -
sc-custom-login/trunk/readme.txt
r1175592 r1175629 20 20 21 21 * Custom login error messages 22 * Custom logo URL 23 * Custom logo title attr 22 24 * Custom background (Soon) 23 25 * Custom logo (Soon)
Note: See TracChangeset
for help on using the changeset viewer.