@@ -16,6 +16,7 @@ This is NetBeans plugin for WordPress.
1616- code completion for filter and action
1717- create new theme action
1818- hyperlink navigate
19+ - create new plugin action
1920
2021### Impotant Files
2122It contains wp-config.php
@@ -65,13 +66,26 @@ WP_DEBUG value(wp-config.php) is displayed on bottome-right of IDE.
6566If you click there, you can change WP_DEBUG value.
6667
6768### Create New Theme Action
68- Right-click Project > WordPress > Create Theme ( _ s)
69+ Right-click Project > WordPress > Create Theme
6970
71+ #### Underscores
7072Create theme from [ Underscores | A Starter Theme for WordPress] ( http://underscores.me/ ) . Underscores is awesome!
7173This plugin uses [ Automattic/_ s · GitHub] ( https://github.com/automattic/_s ) .
7274
7375** Please notice that license of created theme is GPLv2**
7476
77+ #### Barebones
78+ Create theme form [ welcomebrand/Barebones · GitHub] ( https://github.com/welcomebrand/Barebones ) .
79+
80+ ### Create New Plugin Action
81+ Right-click Project > WordPress > Create Plugin
82+
83+ This is very simple feature.
84+ - input plugin name(plugin_name)
85+ - create new plugin directory(plugins/plugin_name)
86+ - add main plugin file (plugins/plugin_name/plugin_name.php)
87+ - add readme file (plugins/plugin_name/readme.txt)
88+
7589### Hyperlink Navigate
7690This feature is available the followings:
7791- add_filter, remove_filter
0 commit comments