Advertisement
Guest User

[Spun] functions.php

a guest
Aug 11th, 2013
480
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. function textInCircles() {
  4.     wp_enqueue_script( 'text-in-circles', get_stylesheet_directory_uri() . '/js/text-in-circles.js', '', '1.0', true );
  5. }
  6.  
  7. add_action( 'wp_enqueue_scripts', 'textInCircles' );
  8.  
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement