Skip to content

Commit 969fa2b

Browse files
committed
Merge branch 'master' of github.com:gnowland/wp-jet-fuel
2 parents 7c3ac7c + e5fff7d commit 969fa2b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,17 @@ foreach ($lib_includes as $file) {
3838
}
3939
unset($file, $filepath);
4040
```
41-
41+
42+
## Modules ##
43+
44+
### Deselect Uncategorized (Default Category)
45+
46+
```php
47+
jetfuel('deselect-uncategorized');
48+
```
49+
50+
![Deselect Uncategorized Screencast](https://raw.githubusercontent.com/gnowland/wp-jet-fuel/master/deselectUncategorized.gif)
51+
4252
@TODO: Add in-depth descriptions of individual modules. Until then, take a peek in [src/Module](src/Module) for available functions.
4353
4454
## Installation ##
@@ -164,4 +174,4 @@ Here's what some intelligent people say on the subject:
164174
## @TODO: ##
165175
166176
- [Set up @wordpress/scripts](https://developer.wordpress.org/block-editor/tutorials/javascript/js-build-setup/) for block editor (Gutenberg) scripts:
167-
- `deselectUncategorized.js`
177+
- `deselectUncategorized.js`

0 commit comments

Comments
 (0)