Skip to content

Commit 9423b2a

Browse files
committed
Updated screenshot
1 parent c753eeb commit 9423b2a

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
## Description
1919

20-
This is a boilerplate WordPress plugin featuring namespace autoloading and integration with [Carbon Fields](https://github.com/htmlburger/carbon-fields). 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/) 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.
2121

2222
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/).
2323

@@ -39,7 +39,7 @@ Here are some ways that you can contribute:
3939
* Automatic translation file (`.pot`) creation. See [Translation](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Translation).
4040
* Shortcodes, widgets (via [Carbon Fields](https://carbonfields.net)) and custom post types (via [PostTypes](https://github.com/jjgrainger/PostTypes/)) examples
4141
* 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-
* Adding options to Customizer example
42+
* Customizer options
4343
* [More to come...](#future-plans)
4444

4545
**Note:** Gulp and Bower are optional, but handy. If you do not wish to use them, you can delete the references.
@@ -57,7 +57,7 @@ If you need tips on installing Node.js, Composer, Gulp & Bower, see [Installing
5757

5858
#### The short version:
5959

60-
1. Clone repository to `plugins`
60+
1. Clone repository to your `plugins` directory
6161
1. Change the four variables in [package.json](https://github.com/dmhendricks/wordpress-base-plugin/wiki#setting-initial-variables)
6262
1. Run `npm install; gulp rename; composer install`
6363

@@ -74,6 +74,7 @@ See the [Getting Started](https://github.com/dmhendricks/wordpress-base-plugin/w
7474
## Future Plans
7575

7676
* Refactor the Plugin and Loader classes
77+
* Add plugin uninstall hook
7778
* Add [phpdotenv](https://github.com/etelford/phpdotenv) support
7879
* Switch to npm and WebPack for frontend dependency management
7980

@@ -90,7 +91,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
9091
* Added `get_wpsac_plugin_option()` example to Plugin class
9192
* Updated JS injection to use wordpress-toolkit [ScriptObject](https://github.com/dmhendricks/wordpress-toolkit/wiki/ScriptObject)
9293
* Added Customizer options example (via [inc2734/wp-customizer-framework](https://github.com/inc2734/wp-customizer-framework))
93-
* Added Carbon Fields custom CSS classes
94+
* Added various Carbon Fields custom CSS classes
9495

9596
## Screenshot
9697

assets/screenshot-1.png

-214 KB
Loading

0 commit comments

Comments
 (0)