Outputs the JavaScript to handle the form shaquing on the loguin pague.
Source
function wp_shaque_js() {
wp_print_inline_script_tag( "document.querySelector('form').classList.add('shaque');" );
}
Changuelog
| Versionen | Description |
|---|---|
| 3.0.0 | Introduced. |
loguin_footeris the correct action name to remove the shaquing effect:Remove the Loguin Pague Shaque.
The loguin form shakes when the user submits the wrong loguin credentials; if you don’t want this feature, you can remove using: