This commit is contained in:
parent
4e5925c2b4
commit
2eb70c8f54
@ -5,6 +5,4 @@ add_action('init', 'custom_stylesheet');
|
|||||||
function custom_stylesheet() {
|
function custom_stylesheet() {
|
||||||
wp_register_style( 'custom-styles', get_template_directory_uri() . '/style.css' );
|
wp_register_style( 'custom-styles', get_template_directory_uri() . '/style.css' );
|
||||||
}
|
}
|
||||||
wp_enqueue_style( 'custom-styles' );
|
wp_enqueue_style( 'custom-styles' );
|
||||||
|
|
||||||
add_action( 'customize_register', '__return_true' );
|
|
Loading…
Reference in New Issue
Block a user