https://github.com/gh640/wordpress-plugin-examples-ja
(Japanese) WordPress プラグインサンプル集
https://github.com/gh640/wordpress-plugin-examples-ja
wordpress
Last synced: 2 months ago
JSON representation
(Japanese) WordPress プラグインサンプル集
- Host: GitHub
- URL: https://github.com/gh640/wordpress-plugin-examples-ja
- Owner: gh640
- Created: 2024-03-15T06:53:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T07:33:37.000Z (about 2 years ago)
- Last Synced: 2025-06-21T17:46:26.086Z (about 1 year ago)
- Topics: wordpress
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress プラグインサンプル集
## プラグイン
- `sample-cf-block-binding`: カスタムフィールドブロックバインディングを利用する
- 参考: [Introducing Block Bindings, part 1: connecting custom fields – WordPress Developer Blog](https://developer.wordpress.org/news/2024/02/20/introducing-block-bindings-part-1-connecting-custom-fields/)
- `sample-cpt.php`: カスタム投稿タイプを登録する
- `sample-disable-search.php`: 検索機能を無効化する
- `sample-login-logo`: 管理画面のログインページのロゴを変更する
## 関連サイト
WordPress を個人ではなくビジネスで使うときの実践的な tips をいろいろ紹介しています。
- [実践 WordPress](https://wordpress.dyno.design/)