First commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
function lwvwv_enqueue_styles() {
|
||||
wp_enqueue_style(
|
||||
'lwvwv-style',
|
||||
get_stylesheet_uri(),
|
||||
array(),
|
||||
wp_get_theme()->get('Version')
|
||||
);
|
||||
}
|
||||
add_action('wp_enqueue_scripts', 'lwvwv_enqueue_styles');
|
||||
Reference in New Issue
Block a user