Advertisement
adsleeblythe

WP_ENQUEUE_SCRIPT

Dec 18th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. function webtolead_form_validation()
  2. {
  3.    wp_enqueue_script('form-validate', get_template_directory_uri() . '/js/form-validate.js',array('jquery'),'1.0',true);
  4. }
  5. add_action('wp_enqueue_scripts','webtolead_form_validation');
  6.  
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement