File: //proc/thread-self/root/home/madepabj/gamepointpk.com/wp-content/themes/groovy-child/functions.php
<?php
add_action( 'wp_enqueue_scripts', 'epcl_groovy_child_styles', 100 );
function epcl_groovy_child_styles() {
wp_enqueue_style( 'groovy-child-css', get_stylesheet_uri() );
}
function epcl_child_theme_slug_setup() {
load_child_theme_textdomain( 'groovy', get_stylesheet_directory() . '/languages' );
}
add_action( 'after_setup_theme', 'epcl_child_theme_slug_setup' );
/* You can add your custom functions just below */