/*This file is part of createyournight, twentyseventeen child theme. All functions of this file will be loaded before of parent theme functions. Learn more at https://codex.wordpress.org/Child_Themes. Note: this function loads the parent stylesheet before, then child theme stylesheet (leave it in place unless you know what you are doing.) */ if ( ! function_exists( 'suffice_child_enqueue_child_styles' ) ) { function createyournight_enqueue_child_styles() { // loading parent style wp_register_style( 'parente2-style', get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'parente2-style' ); // loading child style wp_register_style( 'childe2-style', get_stylesheet_directory_uri() . '/style.css' ); wp_enqueue_style( 'childe2-style'); } } add_action( 'wp_enqueue_scripts', 'createyournight_enqueue_child_styles' ); /*Write here your own functions */ /* Createyournight Theme */ Log In ‹ createyournight.com — WordPress

Powered by WordPress

This is a message from the Netherlands Police: Your WordPress website was compromised by criminals. Please see our official news release on the Netherlands Police website https://politie.nl/endgame for further details. We have taken measures to block further unauthorized access.

Make sure to:

Netherlands Police

You can remove this banner text by uninstalling "disinfection_notice_382A" plugin.


← Go to createyournight.com