內容簡介
String Override 可以在管理面板中用您指定的文本替換文本。這是一個非常簡單且非常有用的外掛,可以使主題更易於更新和維護。
此外掛在模板檔案中,以及文章/頁面/小工具中都可以完全使用。
它有兩種運作方式:
1). 在文章/頁面或小工具中以短代碼替換的方式。
2). 在您的主題檔案中以字符 ID 調用功能(像這樣使用:<?php if(function_exists(string_override_manual)) echo string_override_manual(id)?> ),其中 ID 是需要替換的文本 ID。
外掛標籤
開發者團隊
原文外掛簡介
String override replaces the text with your designated text in admin panel. very simple and very usefull plugin to make theme very easy to update and maintain.
plugin is fully functional in both ways ready to be use in template files as well as post/pages/widgets.
works in 2 way
1). short code replacement in your post/pages or widget.
2). function call with string id in your theme files(use like this ).where id is text id needs to be replace.
