Your IP : 216.73.216.95


Current Path : /var/www/leimaascholarshipfoundation/wp-content/themes/peak-child/
Upload File :
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');