HEX
Server: Apache
System: Linux webm020.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: thanexcelr (29537)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/thanexcelr/www/wp-content/themes/blacky/functions.php
<?php
/**
 * Loads the child theme textdomain.
 */
function blacky_child_theme_setup() {
    load_child_theme_textdomain( 'blacky');
}
add_action( 'after_setup_theme', 'blacky_child_theme_setup' );

function blacky_child_enqueue_styles() {
    $parent_style = 'blacky-parent-style';
    wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
	 wp_enqueue_style( 'blacky-style',get_stylesheet_directory_uri() . '/blacky.css');
}
add_action( 'wp_enqueue_scripts', 'blacky_child_enqueue_styles',99);
?>