Current Path : /var/www/leimaascholarshipfoundation/wp-content/themes/peak-child/ |
Current File : /var/www/leimaascholarshipfoundation/wp-content/themes/peak-child/functions.php |
<?php /** * @package Peak Child Theme */ /** * Load the child theme styles after the parent ones */ function mo_child_theme_style() { // Child theme styles wp_enqueue_style('mo-style-child-theme', get_stylesheet_directory_uri() . '/style.css', array('mo-style-theme', 'mo-style-plugins')); } add_action('wp_enqueue_scripts', 'mo_child_theme_style');