WordPress.org

Galego

  • Temas
  • Plugins
  • Novas
  • Acerca de
  • Padróns
  • Colabora
  • Equipo
  • Meetups
  • Contacto
  • Homenaxes
  • Consigue WordPress
Consigue WordPress
WordPress.org

Plugin Directory

F4 Simple White Label

  • Enviar un plugin
  • Os meus favoritos
  • Iniciar sesión
  • Enviar un plugin
  • Os meus favoritos
  • Iniciar sesión

Este plugin non se actualizou en máis de 2 anos. É posible que xa non sexa compatible ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con novas versións de WordPress.

F4 Simple White Label

Por FAKTOR VIER
Descargar
  • Detalles
  • Valoracións
  • Instalación
  • Desenvolvemento
Soporte

Descrición

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.

Usage

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.f4dev.ch';
});

add_filter('F4/SWL/login_image_link_text', function() {
    return 'This WordPress is powered by FAKTOR VIER';
});

add_filter('F4/SWL/login_image_alt', function() {
    return 'FAKTOR VIER logo';
});

If needed you can add custom inline styles to the image:

add_filter('F4/SWL/login_image_style', function() {
    return 'width:50px; height:50px;';
});

Add a custom logo to the admin bar:

add_filter('F4/SWL/admin_bar_logo', function() {
    return 'url-to-your-admin-bar-logo.png';
});

You can also change the href, logo alt text like this:

add_filter('F4/SWL/admin_bar_logo_href', function() {
    return 'https://www.f4dev.ch';
});

add_filter('F4/SWL/admin_bar_logo_alt', function() {
    return 'FAKTOR VIER logo';
});

If needed you can add custom inline styles to the logo:

add_filter('F4/SWL/admin_bar_logo_style', function() {
    return 'height:20px; margin:8px 0;';
});

If you have users that like to use the light color theme, you can define a different logo for that. If you dont use this hook, the admin_bar_logo logo us used for all themes:

add_filter('F4/SWL/admin_bar_logo_light', function() {
    return 'url-to-your-admin-bar-logo-light.png';
});

Change the backend footer texts:

add_filter('F4/SWL/admin_footer_text', function() {
    return '<span id="footer-thankyou">Thank you for creating with WordPress.Get</span>';
});

add_filter('F4/SWL/admin_footer_update_text', function() {
    return 'Version 5.3';
});

Features overview

  • Add favicon to login page and backend
  • Change the login page image
  • Add a custom logo to the admin bar
  • Change the backend footer texts
  • Easy to use
  • Lightweight and optimized
  • 100% free!

Planned features

  • Everything configurable in the backend without a single line of code

Capturas

  • Login page image
  • Admin bar logo
  • Admin footer texts

Instalación

  1. Upload the plugin files to the /wp-content/plugins/f4-simple-whitelabel directory, or install the plugin through the WordPress plugins screen directly
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the hooks explained in the usage section above

Comentarios

Functional

Carlos Hernández 5 de Setembro, 2022
It does just what you need without cluttering the dashboard with thousands of options or notifications.
Ler a 1 opinión

Colaboradores e desenvolvedores

“F4 Simple White Label” é un software de código aberto. As seguintes persoas colaboraron con este plugin.

Colaboradores
  • FAKTOR VIER

“F4 Simple White Label” foi traducido a 3 idiomas. Grazas aos desenvolvedores polas súas contribucións.

Traduce “F4 Simple White Label” ao teu idioma.

Interesado no desenvolvemento?

Revisa o código, bota unha ollada aorepositorio SVN, ou subscríbete ao log de desenvolvemento por RSS.

Rexistro de cambios

1.0.11

  • Support WordPress 6.5

1.0.10

  • Support WordPress 6.1

1.0.9

  • Update www.f4dev.ch links

1.0.8

  • Support WordPress 6.0

1.0.7

  • Support WordPress 5.9

1.0.6

  • Support WordPress 5.8

1.0.5

  • Support WordPress 5.7

1.0.4

  • Support WordPress 5.6

1.0.3

  • Support WordPress 5.5

1.0.2

  • Support WordPress 5.4

1.0.1

  • Update namespaces

1.0.0

  • Initial stable release

Meta

  • Versión 1.0.11
  • Última actualización Fai 1 ano
  • Instalacións activas 200+
  • Versión de WordPress 5.2 ou superior
  • Probado ata 6.5.5
  • Versión de PHP 7.0 ou superior
  • Idiomas

    English (US), German, German (Austria), e German (Switzerland).

    Traduce ao teu idioma

  • Etiquetas
    faviconloginlogin pageWhite Labelwhitelabel
  • Vista avanzada

Valoracións

5 de 5 estrelas
  • Valoración de 1 5 estrela 5 estrelas 1
  • Valoración de 0 4 estrelas 4 estrelas 0
  • Valoración de 0 3 estrelas 3 estrelas 0
  • Valoración de 0 2 estrelas 2 estrelas 0
  • Valoración de 0 1 estrelas 1 estrela 0

Engadir a miña recensión

Ver todas as valoracións

Colaboradores

  • FAKTOR VIER

Soporte

Tes algo que dicir? Necesitas axuda?

Ver o foro de soporte

Doar

Queres apoiar o progreso deste plugin?

Dona a este plugin

  • Acerca de
  • Novas
  • Aloxamento
  • Privacidade
  • Escaparate
  • Temas
  • Plugins
  • Padróns
  • Aprender
  • Soporte
  • Desenvolvedores
  • WordPress.TV ↗
  • Involúcrate
  • Eventos
  • Doar ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Galego

  • Visita la cuenta de X (anteriormente Twitter)
  • Visita a nosa conta de Bluesky
  • Visita a nosa conta de Mastodon
  • Visita a nosa conta de Threads
  • Visita a nosa páxina de Facebook
  • Visita a nosa conta de Instagram
  • Visita a nosa conta de LinkedIn
  • Visita a nosa conta de TikTok
  • Visita a nosa canle de YouTube
  • Visita a nosa conta de Tumblr
O código é poesía.