Skip to content

Commit e72f31f

Browse files
committed
Readme update
- Bonus Shortcuts - added 1 more filter
1 parent 241f0d7 commit e72f31f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ Will show only date (as set in WordPress Settings > General) for the item of a p
8484
| `class` | additional custom class for the wrapper | "" (none) | -- |
8585
| `wrapper` | HTML wrapper element - any HTML5 wrapper is possible | `span` | -- |
8686

87+
## Shortcode Parameters - Bonus Shortcuts:
88+
89+
* Shortcut for German date format to get output `d.m.Y` like `12.08.2016` (Usage: `date_format="de"`)
90+
* Shortcut for U.S. date format to get output `Y-m-d` like `2016-08-12` (Usage: `date_format="us"`)
91+
8792

8893
## Widget Usage:
8994

@@ -104,6 +109,7 @@ Will show only date (as set in WordPress Settings > General) for the item of a p
104109
* `siu_filter_shortcode_defaults` --> filter default values of Shortcode parameters
105110
* `siu_filter_shortcode_item_updated` --> filter Shortcode output
106111
* `shortcode_atts_siu-item-updated` --> lets you add new Shortcode parameters for example (= WordPress' default Shortcode filter `shortcode_atts_{$shortcode}` )
112+
* `siu_filter_shortcode_ui_args` --> filter arguments for Shortcode UI (Shortcake plugin)
107113

108114

109115
## Translations:

0 commit comments

Comments
 (0)