
內容簡介
Logo Switcher 是一款超輕量級的外掛程式,可輕易地在您的佈景主題中實現所選擇的標誌。預設情況下,該外掛會自動在登錄畫面中包含所選擇的標誌,但該外掛的行為可以透過簡單的篩選器進行控制。 為了開始使用,請下載並啟用插件,然後懸停在外觀上並點擊自訂。
如何使用
<?php
// https://www.example.com/wp-content/uploads/YYYY/MM/logo.png
echo logo_switcher_url();
// <a href="https://www.example.com/" title="Your Website Name" rel="home"><img src="https://www.example.com/wp-content/uploads/YYYY/MM/logo.png" alt="Your Website Name"></a>
logo_switcher_link_tag();
// <img src="https://www.example.com/wp-content/uploads/YYYY/MM/logo.png" class="example-class" alt="Your Website Name">
logo_switcher_image_tag($classes = array());
喜歡這個外掛嗎?
如果您喜歡這款外掛程式,請撰寫評論。您的每一次評論都非常感激,但如果您對如何使這款外掛更好有建議,請發送電子郵件至 [email protected]。
外掛標籤
開發者團隊
原文外掛簡介
Logo Switcher is a super lightweight plugin that easily allow the implementation of a chosen logo in your theme. By default, the plugin automatically includes the chosen logo on the login screen, but the plugin behavior can be controlled by a simple filter. To get started, simply download and activate the plugin, then hover over Appearance and click on Customize.
How to use

logo_switcher_link_tag();
// 
logo_switcher_image_tag($classes = array());
Like the plugin?
If you like the plugin, please review it. Every review is highly appreciated, but if you have a suggestion on how to make the plugin better, please send an email to [email protected].
