Advertisement
phpface

Untitled

Feb 27th, 2023
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function streamtube_child_enqueue_styles() {
  2. wp_enqueue_style(
  3. 'streamtube-child-style',
  4. get_stylesheet_uri(),
  5. array( 'streamtube-style' ),
  6. filemtime( get_stylesheet_directory() . '/style.css' )
  7. );
  8.  
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement