Guest User

Untitled

a guest
Dec 12th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. /* Add a action to enqueue scripts */
  3. function my_theme_enqueue_script()
  4. {
  5.  
  6. }
  7.  
  8. add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_script' );
  9. ?>
Add Comment
Please, Sign In to add comment