kalponikoronno

child theme functions.php parent css

Dec 7th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. function twentytwenty_child_assets(){
  2.     wp_enqueue_style("parent-style", get_parent_theme_file_uri("/style.css"));
  3. }
  4. add_action("wp_enqueue_scripts", "twentytwenty_child_assets");
Advertisement
Add Comment
Please, Sign In to add comment