wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_shake_js › WordPress Function

Since3.0.0
已弃用n/a
wp_shake_js ( 没有参数 )
定义在:
文档:

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



源码

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