首先閱讀一下 wordpress plugin handbook https://developer.wordpress.org/plugins/ 所有開發指南跟規範都在這裡. 使用plugin 範本創建工具 :https://wppb.me/ 需要填寫6項資料 : plugin name: 不用解釋了plugin slug : 就是post 跟在網址後面那串字 ,跟 plugin name 一樣OKplugin URI : plugin 的位置Author Name,Author Email , Author URI :作者資訊可參考: https://developer.wordpress.org/plugins/plugin-basics/header-requirements/ 的說明 [Build Plugin] 下載範本,解壓縮就看到一個已經建好的plugin 範本結構 現在把整個 plugin目錄 拷貝(上傳)到 wordpress/wp-content/plugins 之下 這時候到你的wordpress網站,登入到管理後台,查看Plugins ,會發現你的 plugin 已經出現了 給 plugin 加上action links 如下圖的就是 要使用 add_filter plugin_action_links […]
Category Archives: wordpress
First WordPress plugin
First read the wordpress plugin handbook https://developer.wordpress.org/plugins/ , All development guides and specifications are here. Use template creation tool: https://wppb.me/ Need to fill in 6 items plugin name: no need to explain plugin slug: is the string following your WP URL, ,same as plugin name is ok plugin URI: the location of the plugin Author […]