Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if ( is_singular() ) {
  2. wp_enqueue_style(
  3. 'vh-game',
  4. plugin_dir_url( __FILE__ ) . 'assets/css/vh-game.css',
  5. array(),
  6. '1.6.2',
  7. true
  8. );
  9.  
  10. } // End if()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement