%PDF- %PDF-
| Direktori : /home/casasmonvl/landing/wp-content__cd4a429/themes/landkit-child/ |
| Current File : /home/casasmonvl/landing/wp-content__cd4a429/themes/landkit-child/functionsbak.php |
<?php
/**
* Child theme functions.
*/
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '-child/style.css' );
}