Created
December 15, 2016 17:42
-
-
Save rohitink/a49db963614010f253b55f2e64d2f6e1 to your computer and use it in GitHub Desktop.
Functions.php for Child Themes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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