• Giới thiệu về WordPress
    • Giới thiệu về WordPress
    • WordPress.org
    • Tài liệu
    • Hỗ trợ
    • Thông tin phản hồi
  • Đăng nhập
  • Đăng ký
Chuyển tới nội dung

WordPress.org

tiếng Việt

  • Về WordPress
  • Giao diện
  • Plugin
  • Meetup
  • Team
  • Hỗ trợ
  • Tin tức
  • Tải WordPress

Plugin

  • Mục yêu thích
  • Phiên bản Beta
  • Lập trình viên
Tải về

F4 Simple White Label

Bởi FAKTOR VIER
  • Chi tiết
  • Đánh giá
  • Cài đặt
  • Hỗ trợ
  • Development

Mô tả

With this plugin 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.faktorvier.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.faktorvier.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

Ảnh màn hình

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

Cài đặt

  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

Đánh giá

There are no reviews for this plugin.

Người đóng góp & Lập trình viên

“F4 Simple White Label” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp
  • F4

“F4 Simple White Label” đã được dịch qua 3 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.

Dịch “F4 Simple White Label” sang ngôn ngữ của bạn.

Muốn tham gia phát triển?

Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.

Nhật ký thay đổi

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

  • Phiên bản: 1.0.4
  • Lần cập nhật gần nhất: 1 tháng trước
  • Lượt kích hoạt: 60+
  • Phiên bản WordPress: 5.2 hoặc cao hơn
  • Đã kiểm tra với: 5.6
  • Phiên bản PHP: 7.0 hoặc cao hơn
  • Ngôn ngữ:

    English (US), German, German (Austria), và German (Switzerland).

    Dịch sang ngôn ngữ của bạn

  • Tag:
    faviconloginlogin pageWhite Labelwhitelabel
  • Nâng cao

Đánh giá

Plugin chưa nhận được đánh giá nào.

Log in to submit a review.

Những người đóng góp

  • F4

Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

Xem diễn đàn hỗ trợ

Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

Ủng hộ plugin này

  • Giới thiệu
  • Blog
  • Hosting
  • Tài trợ
  • Hỗ trợ
  • Lập trình viên
  • Tham gia
  • Học
  • Phòng trưng bày
  • Gói mở rộng
  • Giao diện
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Bảo mật
  • Public Code
  • @WordPress
  • WordPress

Viết code như làm thơ.