Viper007Bond

Untitled

Mar 6th, 2012
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2.  
  3. add_action( 'wp_enqueue_scripts', 'zackko_enqueue_scripts' );
  4.  
  5. function zackko_enqueue_scripts() {
  6.     wp_enqueue_script( 'a-cool-script', plugins_url( 'filename.js', __FILE__ ), array(), '1.0.0' );
  7. }
Advertisement
Add Comment
Please, Sign In to add comment