Skip to content

Instantly share code, notes, and snippets.

@rohitink
Created December 15, 2016 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rohitink/a49db963614010f253b55f2e64d2f6e1 to your computer and use it in GitHub Desktop.
Save rohitink/a49db963614010f253b55f2e64d2f6e1 to your computer and use it in GitHub Desktop.
Functions.php for Child Themes.
<?php function market_child_scripts() {
wp_enqueue_style( 'synapse-child-theme-style', get_stylesheet_directory_uri() . '/assets/css/default-custom.css', array(), null );
}
add_action( 'wp_enqueue_scripts', 'synapse_child_scripts', 30 ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment