wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_shake_js › WordPress Function

Seit3.0.0
Veraltetn/v
wp_shake_js ( Keine Parameter )
Definiert in:
Codex:

Outputs the JavaScript to handle the form shaking on the login page.



Quellcode

function wp_shake_js() {
	wp_print_inline_script_tag( "document.querySelector('form').classList.add('shake');" );
}