Guest User

Untitled

a guest
Feb 17th, 2016
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <?php
  2. // Exit if accessed directly
  3. if ( !defined( 'ABSPATH' ) ) exit;
  4.  
  5. // BEGIN ENQUEUE PARENT ACTION
  6. // AUTO GENERATED - Do not modify or remove comment markers above or below:
  7.  
  8.  
  9. if ( !function_exists( 'chld_thm_cfg_parent_css' ) ):
  10. function chld_thm_cfg_parent_css() {
  11. wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css' );
  12. }
  13. endif;
  14. add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css' );
  15.  
  16. // END ENQUEUE PARENT ACTION
Add Comment
Please, Sign In to add comment