File "functions.php"

Full Path: /home/cabizcok/public_html/wp-content/themes/renax-child/functions.php
File size: 220 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
add_action( 'wp_enqueue_scripts', 'renax_add_stylesheet' );
function renax_add_stylesheet() {
  wp_enqueue_style( 'renax-child-style', get_stylesheet_directory_uri() . '/style.css', false, '1.0', 'all' );
}
?>