Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
forbidals
/
wp-content
/
themes
/
credio-child
:
functions.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /*** Child Theme Function ***/ function credio_theme_enqueue_scripts() { wp_register_style( 'childstyle', get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'childstyle' ); } add_action('wp_enqueue_scripts', 'credio_theme_enqueue_scripts', 11);