wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_shake_js › WordPress Function

Depuis3.0.0
Dépréciéen/a
wp_shake_js ( Pas de paramètres )
Défini(e) dans:
Codex:

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



Source

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