Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2. /**
  3. * Enqueue scripts and styles
  4. */
  5. function electro_child_enqueue_scripts() {
  6. wp_enqueue_style( 'bootstrap', get_stylesheet_directory_uri() . '/css/bootstrap.css', array(), 20141119 );
  7. }
  8.  
  9. add_action( 'wp_enqueue_scripts', 'electro_child_enqueue_scripts' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement