┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/gshub/wp-content/themes/hello-theme-child
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: functions.php
<?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 );
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 functions.php
PHP
449 B
2022-10-13 07:50
EDIT
📄 readme.txt
TXT
2.3 KB
2022-10-13 07:50
EDIT
📄 screenshot.png
PNG
330 KB
2022-10-13 07:50
EDIT
📄 style.css
CSS
623 B
2022-10-13 07:50
EDIT