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
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,15 +32,16 @@ All variables are optional.
32
32
|`environment`| Environment of current instance (ex: 'production', 'development', 'staging') | string | "production" |
33
33
|`environment_constant`| Constant used to determine environment, environmental variable name for `getenv()`. | string | "WP_ENV" |
34
34
|`environment_production`| The label used to match if production environment. | string | "production" |
35
+
|`admin_bar_color`| Change admin bar color in current environment | string |_null_|
35
36
|`disable_emojis`| Remove support for emojis | bool | false |
36
37
|`disable_search`| Disable WordPress site search | bool | false |
37
-
|`admin_bar_color`| Change admin bar color in current environment | string |_null_|
38
-
|`script_attributes`| Enable support for [additional attributes](#add-attributes-to-enqueued-scripts) to script tags via wp_enqueue_script() | bool | flase |
39
-
|`shortcodes`| Enable custom [shortcodes](#shortcodes) created by this class | bool | false |
|`feed_links`| Include RSS feed links in page head | bool | true |
40
+
|`heartbeat`| Modify or disable the WordPress heartbeat. Set to integer to change, `false` to disable | bool/int | null |
41
41
|`meta_generator`| Enable or change meta generator tags in page head and RSS feeds | bool/string | true |
42
+
|`script_attributes`| Enable support for [additional attributes](#add-attributes-to-enqueued-scripts) to script tags via wp_enqueue_script() | bool | flase |
43
+
|`shortcodes`| Enable custom [shortcodes](#shortcodes) created by this class | bool | false |
42
44
|`windows_live_writer`| Enable [Windows Live Writer](https://is.gd/Q6KjEQ) support | bool | true |
43
-
|`feed_links`| Include RSS feed links in page head | bool | true |
0 commit comments