Allows you to to change the login image, admin bar logo and admin footer text.
As of April 2026, F4 Simple White Label is a WordPress login plugin with 200 active installations and a 5/5 rating from 1 reviews. It has been downloaded 3.7K+ times in total. Requires WordPress 5.2+ and PHP 7.0+. Available on WordPress.org since 2019. Top alternative: WPS Hide Login.
With F4 Simple White Label you can change the login image, add a custom logo to the admin bar and change the admin footer texts.
Currently this is only possible with a few easy to use hooks. We plan to add an options page to the WordPress backend, so you can change all the above mentioned without using a single line of code.
You can add the following hooks to the functions.php of your theme.
Add favicon to login page and backend:
add_filter('F4/SWL/admin_favicon', function() {
return 'url-to-your-favicon.ico';
});
Change the login page image:
add_filter('F4/SWL/login_image', function() {
return 'url-to-your-login-image.png';
});
You can also change the href, link text, image alt text like this:
add_filter('F4/SWL/login_image_href', function() {
return 'https://www.f4de…| WordPress | 5.2+ requiredTested up to 6.9.4 |
| PHP | 7.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.