[WordPress] 外掛分享: hiWeb Core

WordPress 外掛 hiWeb Core 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「hiWeb Core」是 2015-08-21 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2016-05-05,距離現在已有 3286 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 4.1 以上版本才可以安裝。
  • 有 4 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

den-media |

外掛標籤

develop | plugins | widgets | custom title | admin menu post edit |

內容簡介

這個外掛讓 WordPress 網站創作者可以快速且容易地加入所有常見的功能,例如控制選單、小工具來自訂管理面板,以及更方便簡單地刪除或重新命名選單項目。
讓你輕鬆又快速地將網站遷移到新的伺服器或網域。
只需這個外掛就能讓你建立自己的外掛程式庫,其中包含任何開發網站開發人員有用的外掛和額外腳本。

WordPress 遷移

我最近開始使用英文語言描述功能:https://github.com/hiweb-moscow/hiweb-core/wiki
=

透過管理選單介面可以使用的一些功能:

在 head 中新增 meta tage BASE。
將檔案名稱的 Cyrillic 和其他不被允許的符號轉換為 Latin 符號。
將 slug 的 Cyrillic 和其他不被允許的符號轉換為 Latin 符號(例如 Cyr2Lat 外掛程式)。
支援縮圖文章。
支援其他類型文章。
新增 Menu 項目到管理選單根目錄。
新增 Widgets 項目到管理選單根目錄。
在 plugin WP 庫中新增外掛 PHP 檔案的路徑。
新增自訂文章/頁面標題。

外掛程式庫管理員

管理你的外掛,由 hiWeb Plugins Server 建立 – https://wordpress.org/plugins/hiweb-plugins-server/
管理你的資產 (和其他腳本),由 hiWeb Plugins Server 建立 – https://wordpress.org/plugins/hiweb-plugins-server/

提供 PHP 程式設計師使用的機會,例如:

在瀏覽器控制台輸出資訊 console($info); ?>
啟用除錯模式 debug(); ?>
使用內建的樣板 file()->getHtml_fromTpl(array:parametrs, string:filePath); ?>
所有函數都有 PHP 的內建文件(僅限俄文)
正在即將推出 http://plugins.hiweb.moscow 的完整網站開發文件集合…

API hiWeb Core

我建議你使用具有索引功能的程式,例如我的外掛 hiWeb Core,例如 JetBrains PhpStorm。它會提示現有的功能。使用這個: .... ?>

hiweb()->console()

在瀏覽器控制台中顯示資訊計數器。

範例:
1. hiweb()->console('My console message');
2. hiweb()->console()->warn('Warning message');
3. hiweb()->console()->error('Error message');
4. hiweb()->console()->info(array(1,2, 'foo' => 'bar'));

hiweb()->print_r()

將陣列、物件和其他變數列印到螢幕上

範例:
1. hiweb()->print_r(array(1,2, 'foo' => 'bar'))

hiweb()->file()

與檔案系統互動的類別。

範例:
1. hiweb()->file()->js('my-script') – 在呼叫 js() 函數的 PHP 檔案中搜尋具有指定名稱的檔案。同一函數也會在子資料夾中搜尋,例如 js 資料夾。在這個情況下,檔案 ‘my-script.js’ 將在原始 PHP 檔案旁邊搜尋,並在 ‘js/my-script.js’ 資料夾中搜尋,只要嘗試決定 PHP 檔案的名稱,以在搜尋中使用,以及函數類別的名稱和函數被呼叫的來源 hiweb()->file()->js() …

原文外掛簡介

This plug-in allows for the creators of WordPress sites to quickly and easily incorporate all the most standard features menu control widgets to customize the admin panel, delete or rename the menu items more convenient and simple.
Easy and quick migrate your site to new server / domain.
Just plug-in allows you to create your own repository of plug-ins and additional scripts, which will be useful for any developer sites.
WordPress Migration

I recently started to describe the function of the English language: https://github.com/hiweb-moscow/hiweb-core/wiki
=
Some of the features available through the admin menu interface: =

Add meta tage BASE to head.
Convert cyrillic and other dissalow symbols of file names to latin symbols.
Convert cyrillic and other dissalow symbols of slug to latin symbols. (etc. Cyr2Lat Plugin).
Post Support Thumbnails.
Post Support More Types.
Add Menu item to admin menu root.
Add Widgets item to admin menu root.
Add path to plugin php file in plugins WP repository.
Add custom post/page title

Plugins Archives manager

Manage you’r plugins, created by hiWeb Plugins Server – https://wordpress.org/plugins/hiweb-plugins-server/
Manage you’r assets (and addition scripts), created by hiWeb Plugins Server – https://wordpress.org/plugins/hiweb-plugins-server/

Opportunities for php programmers, such as:

Output information to the console browser console($info); ?>
Include enforcing mode DEBUG debug(); ?>
Use the built-in template file()->getHtml_fromTpl(array:parametrs, string:filePath); ?>
All functions have a built-in documentation in PHP (Only in Russian)
Complete documentation in the development of site http://plugins.hiweb.moscow is coming soon…

API hiWeb Core

I advise you to use the program with indexing functions of my plugin hiWeb Core, such as JetBrains PhpStorm. It will prompt existing functions. Use that: .... ?>

hiweb()->console()
Displays information counter in the console browser.
Example:
1. hiweb()->console('My console message');
2. hiweb()->console()->warn('Warning message');
3. hiweb()->console()->error('Error message');
4. hiweb()->console()->info(array(1,2, 'foo' => 'bar'));
hiweb()->print_r()
Print arrays, objects and other vars in to screen
Example:
1. hiweb()->print_r(array(1,2, 'foo' => 'bar'))
hiweb()->file()
Class for working with the file system
Example:
1. hiweb()->file()->js('my-script') – Search for a file with the specified name on the file PHP, where the function was called js (). The same function will search in subfolders there, naprmier folder ‘js’. In this case, the file ‘my-script.js’ will be searched next to the original PHP, in the folder ‘js/my-script.js’, just try to determine the name of the file PHP, to use it in the search , as well as the name and function class , from which the function was called hiweb()->file()->js() …

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「hiWeb Core」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


最新版本

延伸相關外掛(你可能也想知道)

  • Custom Title 》這個外掛可以協助您為文章和頁面建立自訂標題。目前,我們需要在頁面和文章標題中添加編碼樣式來設置自訂標題。, 透過安裝自訂標題外掛,管理員可以輕鬆地為...。
  • Meta SEO BenignSource 》什麼是 Meta SEO BenignSource 呢?, 自訂標題可以不同於基本標題, 自訂 Meta 描述, 自訂 Meta 關鍵字, Meta Open Graph Protocol, Google 停用詞檢查器, Ale...。

文章
Filter
Mastodon