Load myplugin files
Load the php files in the '/wp-content/myplugin' directory. In that case, the thing whose file name begins with an underscore (example: _example.php) is not included.
by Rocket Martue · github.com/rocket-martue/load-myplugin-files · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/rocket-martue/load-myplugin-files/archive/refs/heads/master.zipReadme
=== Load myplugin files ===
My Custom Functions
- Load the php files in the '/wp-content/myplugin' directory.
- In that case, the thing whose file name begins with an underscore (example: _example.php) is not included.
- You can add custom code without creating a child theme.
カスタム関数
- '/wp-content/myplugin' ディレクトリの中にある php files を読み込みます。
- その際、ファイル名がアンダースコアで始まるもの(例:_example.php)は、インクルードしません。
- 子テーマを作成せずに、カスタムコードを追加することができます。
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.