Skip to content

Instantly share code, notes, and snippets.

@thanh4890
Last active August 29, 2015 14:00
Show Gist options
  • Save thanh4890/11135720 to your computer and use it in GitHub Desktop.
Save thanh4890/11135720 to your computer and use it in GitHub Desktop.
<?php
add_action( 'wp_enqueue_scripts', 'kopa_nictitate_child_theme_customize_extra_style' );
function kopa_nictitate_child_theme_customize_extra_style() {
wp_enqueue_style('kopa-child-theme-extra-style', get_stylesheet_directory_uri() . '/css/extra.css', array('kopa-extra-style'), null );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment