Регистрация

[insert_php]
function profile_scripts(){
wp_enqueue_script(‘jquery.maskedinput’, get_template_directory_uri().’/js/jquery.maskedinput.min.js’);
wp_enqueue_script(‘phone-mask’, get_template_directory_uri().’/js/phone-mask.js’);
}
add_action( ‘wp_enqueue_scripts’, ‘profile_scripts’ );
[/insert_php]

  •