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
|`feed_links`| Include RSS feed links in page head | bool | true |
41
-
|`heartbeat`| Modify or disable the WordPress heartbeat. Set to integer to change, `false` to disable | bool/int |null |
42
-
|`hide_login_errors`| Replaces login errors with generic "Login failed" text rather than specific reason | bool/string |null |
43
-
|`howdy_message`| Change (string) or remove (false/null) Howdy message in WP admin bar| bool/string/null | true |
43
+
|`heartbeat`| Modify or disable the WordPress heartbeat. Set to integer to change, `false` to disable | bool/int |_null_|
44
+
|`set_login_errors`| Hide or change login error messages to mitigate brute force attacks and username phishing| bool/string |_null_|
45
+
|`howdy_message`| Change (string) or remove (`false`/_null_) Howdy message in WP admin bar | bool/string/null | true |
44
46
|`meta_generator`| Enable or change meta generator tags in page head and RSS feeds | bool/string | false |
45
47
|`script_attributes`| Enable support for [additional attributes](#add-attributes-to-enqueued-scripts) to script tags via wp_enqueue_script() | bool | flase |
46
48
|`shortcodes`| Enable custom [shortcodes](#shortcodes) created by this class | bool | false |
47
49
|`windows_live_writer`| Enable [Windows Live Writer](https://is.gd/Q6KjEQ) support | bool | true |
To help prevent user enumeration/phishing for brute for attacks, you can change the WordPress login errors to something more generic by defining `set_login_errors`. This value can be a string or boolean:
0 commit comments