Posted on
marzo 25, 2025
check-for-a-09-04
check-for-a-09-04 check-for-a-09-04check-for-a-09-04check-for-a-09-04check-for-a-09-04
0
/*** Child Theme Function ***/ if ( ! function_exists( 'kudos_qodef_child_theme_enqueue_scripts' ) ) { function kudos_qodef_child_theme_enqueue_scripts() { $parent_style = 'kudos-qodef-default-style'; wp_enqueue_style( 'kudos-qodef-child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ) ); } add_action( 'wp_enqueue_scripts', 'kudos_qodef_child_theme_enqueue_scripts' ); }