內容簡介
透過 wp_footer 行動連結,可以在任何 WordPress 主題的頁尾新增小工具區域。它的運作方式與通常在 functions.php 範本檔中使用程式碼建立的小工具區域相同。
* 版權所有 2010-2016 Edward Caissie(電子郵件:[email protected])
本程式是自由軟體;您可以重新發佈或修改它。
詳情請參閱 GNU 通用公眾授權條款第 2 版。
這些條款的副本已由自由軟體基金會發表。
您不得假設您能使用 GPL 的任何其他版本。
本程式被發布的目的在於提供使用者作為參考,不保證其適用性。本程式沒有明示或暗示的保證,包括但不限於適售性或特定用途之保證。有關更多詳情,請參閱 GNU 通用公眾授權條款。
您必須同時接收本程式的 GNU 通用公眾授權條款副本;如果您未接收到條款的副本,請撰寫信函至自由軟體基金會,地址:51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA。
本軟體的授權可能在此處找到:
http://www.gnu.org/licenses/gpl-2.0.html
外掛標籤
開發者團隊
原文外掛簡介
Add a widget area to the footer of any theme by way of the wp_footer action hook. Works just like the widget areas commonly created with code in the functions.php template file.
* Copyright 2010-2016 Edward Caissie (email : [email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
as published by the Free Software Foundation.
You may NOT assume that you can use any other version of the GPL.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
The license for this software can also likely be found here:
http://www.gnu.org/licenses/gpl-2.0.html
