wp_shake_js()
Outputs the JavaScript to handle the form shaking on the login page.
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
wp_shake_js();
Список изменений
С версии 3.0.0 | Введена. |
Код wp_shake_js() wp shake js WP 6.7.2
function wp_shake_js() { wp_print_inline_script_tag( "document.querySelector('form').classList.add('shake');" ); }