| Server IP : 185.21.40.28 / Your IP : 216.73.216.56 Web Server : LiteSpeed System : Linux vm1413.enterprisecloud.nu 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : tore-bors ( 10318) PHP Version : 8.3.32 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/store-bors.dk/httpdocs/wp-content/themes/aveo-child/ |
Upload File : |
<?php
/**
* Auxo Theme functions and definitions
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package Auxo
* @since 1.0
*/
function child_enqueue_styles() {
wp_enqueue_style( 'hello-elementor-child-style', get_stylesheet_directory_uri() . '/style.css', array('hello-elementor-theme-style'), '1.0', 'all' );
}
add_action( 'wp_enqueue_scripts', 'child_enqueue_styles', 20 );