%PDF- %PDF-
Direktori : /var/www/html/qendrasteps/wp-content/themes/tm-heli-child/ |
Current File : /var/www/html/qendrasteps/wp-content/themes/tm-heli-child/functions.php |
<?php // Exit if accessed directly if ( !defined( 'ABSPATH' ) ) exit; // BEGIN ENQUEUE PARENT ACTION if ( !function_exists( 'tm_heli_child_enqueue_scripts' ) ): function tm_heli_child_enqueue_scripts() { wp_enqueue_style( 'tm-heli-child-style', trailingslashit( get_stylesheet_directory_uri() ) . 'style.css' ); } endif; add_action( 'wp_enqueue_scripts', 'tm_heli_child_enqueue_scripts' ); // END ENQUEUE PARENT ACTION