<?php function thim_child_enqueue_styles() { wp_enqueue_style( 'thim-parent-style', get_template_directory_uri() . '/style.css', array(), THIM_THEME_VERSION ); } add_action( 'wp_enqueue_scripts', 'thim_child_enqueue_styles', 1000 );
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
functions.php | File | 242 B | 0644 |
|
screenshot.png | File | 212.7 KB | 0644 |
|
style.css | File | 255 B | 0644 |
|