Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
aments
/
wp-content
/
themes
/
renax-child
:
functions.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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' ); } ?>