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