This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Includes CSS styles with automatic file version specification. | |
* | |
* @param string $name Unique style name for registration. | |
* @param string $path Path to style file relative to theme directory. | |
* @param array $dep List of dependent styles (empty by default). | |
* @return void|false Returns wp_enqueue_style() result or false if file not found. | |
*/ | |
function theme_prefix_enqueue_style($name, $path, $dep = []) |