wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_shake_js › WordPress Function

Da3.0.0
Deprecaton/a
wp_shake_js ( Nessun parametro )
Definito a:
Codex:

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



Sorgenti

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