You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a boilerplate WordPress plugin featuring namespace autoloading and [Carbon Fields](https://carbonfields.net/) examples. It is intended to be used as a starting point for creating WordPress plugins. It contains several examples and dependencies to get you started.
20
+
This is a boilerplate WordPress plugin featuring namespace autoloading and [Carbon Fields](https://carbonfields.net/?utm_source=github.com&utm_medium=campaign&utm_content=button&utm_campaign=wordpress-base-plugin) examples. It is intended to be used as a starting point for creating WordPress plugins. It contains several examples and dependencies to get you started.
21
21
22
-
It may also be used as the means of [separating custom code](http://www.billerickson.net/core-functionality-plugin/) from the theme or [extending a child theme](https://www.wp-code.com/wordpress-snippets/wordpress-grandchildren-themes/).
22
+
It may also be used as the means of [separating custom code](http://www.billerickson.net/core-functionality-plugin/?utm_source=github.com&utm_medium=campaign&utm_content=button&utm_campaign=wordpress-base-plugin) from the theme or [extending a child theme](https://www.wp-code.com/wordpress-snippets/wordpress-grandchildren-themes/?utm_source=github.com&utm_medium=campaign&utm_content=button&utm_campaign=wordpress-base-plugin).
23
23
24
24
### Contributing
25
25
@@ -29,15 +29,17 @@ Here are some ways that you can contribute:
29
29
* Test the translation mechanisms - they have not been extensively tested yet.
* Powered by [Composer](https://getcomposer.org/), [Gulp](https://gulpjs.com/) and [Bower](https://bower.io/)
38
+
* Powered by [Composer](https://getcomposer.org/?utm_source=github.com&utm_medium=campaign&utm_content=button&utm_campaign=wordpress-base-plugin), [Gulp](https://gulpjs.com/?utm_source=github.com&utm_medium=campaign&utm_content=button&utm_campaign=wordpress-base-plugin) and [Bower](https://bower.io/?utm_source=github.com&utm_medium=campaign&utm_content=button&utm_campaign=wordpress-base-plugin)
* Easy installable ZIP file generation: `npm run zip`
39
41
* Automatic translation file (`.pot`) creation. See [Translation](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Translation).
40
-
* Network Admin (multisite) options, shortcodes, widgets (via [Carbon Fields](https://carbonfields.net)) and custom post types (via [PostTypes](https://github.com/jjgrainger/PostTypes/)) examples
42
+
* Network Admin (multisite) options, shortcodes, widgets (via [Carbon Fields](https://carbonfields.net?utm_source=github.com&utm_medium=campaign&utm_content=button&utm_campaign=wordpress-base-plugin)) and custom post types (via [PostTypes](https://github.com/jjgrainger/PostTypes/)) examples
41
43
* Configuration registry ([docs](https://github.com/dmhendricks/wordpress-toolkit/wiki/ConfigRegistry)) and optional `wp-config.php`[constants](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Configuration-&-Constants)
42
44
* Customizer options
43
45
* Define environmental variables via `.env` files ([reference](https://github.com/dmhendricks/wordpress-toolkit/wiki/ToolKit#environment))
@@ -80,6 +82,7 @@ See the [Getting Started](https://github.com/dmhendricks/wordpress-base-plugin/w
80
82
* Switch to npm and WebPack for frontend dependency management
81
83
* Replace or remove [tareq1988/wordpress-settings-api-class](https://github.com/tareq1988/wordpress-settings-api-class) with something more actively developed
82
84
* Clean up Carbon Fields custom CSS classes
85
+
* Allow cache flushing by group
83
86
84
87
## Change Log
85
88
@@ -94,3 +97,5 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
0 commit comments