Advertisement
isaacadams

css order

May 9th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. add_action('wp_enqueue_scripts', 'enqueue_child_theme_styles', 1);
  2. function enqueue_child_theme_styles() {
  3. wp_enqueue_style('parent-style', get_template_directory_uri() . '/style.css');
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement