PATH:
home
/
lab2454c
/
invest.westernclear.com
/
wp-content
/
themes
/
hello-theme-child-master
<?php /** * Theme functions and definitions * * @package HelloElementorChild */ /** * Load child theme css and optional scripts * * @return void */ function hello_elementor_child_enqueue_scripts() { wp_enqueue_style( 'hello-elementor-child-style', get_stylesheet_directory_uri() . '/style.css', [ 'hello-elementor-theme-style', ], '1.0.0' ); } add_action( 'wp_enqueue_scripts', 'hello_elementor_child_enqueue_scripts', 20 );
[+]
..
[-] style.css
[edit]
[-] readme.txt
[edit]
[+]
investments
[-] screenshot.png
[edit]
[-] functions.php
[edit]
[-] functions.php-27-10-2021
[edit]
[-] functions.php-28-10-2021
[edit]
[+]
template-parts
[-] functions.php-26-10-2021
[edit]