From aaf439db539efc6f33a9365f5e07f6834b94ecc3 Mon Sep 17 00:00:00 2001 From: Gifford Nowland Date: Sat, 17 Oct 2020 02:13:40 -0700 Subject: [PATCH] Update AddShortcodes.php --- src/Module/AddShortcodes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Module/AddShortcodes.php b/src/Module/AddShortcodes.php index eeee2a1..55c8307 100644 --- a/src/Module/AddShortcodes.php +++ b/src/Module/AddShortcodes.php @@ -10,6 +10,7 @@ * Adds helpful shortcodes * * @example jetfuel('add-shortcodes', $items(string|array)); + * @param string|array $items a shortcode or array of shortcodes to include, possible shortcodes: 'year', 'search', 'home_url', 'site_name', omit or 'all' to include all * * @link https://developer.wordpress.org/reference/functions/add_shortcode/ * @link https://developer.wordpress.org/reference/functions/get_search_form/