Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('wp_enqueue_scripts', 'enqueue_child_theme_styles', 1);
- function enqueue_child_theme_styles() {
- wp_enqueue_style('parent-style', get_template_directory_uri() . '/style.css');
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement