/** * Enqueue script and styles for child theme */ function woodmart_child_enqueue_styles() { wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'woodmart-style' ), woodmart_get_theme_info( 'Version' ) ); } add_action( 'wp_enqueue_scripts', 'woodmart_child_enqueue_styles', 10010 ); Comments on: Exploring Atlanta’s modern homes https://dev.trigya.co/non-profit/2021/07/23/exploring-atlantas-modern-homes/ Wed, 26 Mar 2025 11:59:25 +0000 hourly 1 https://wordpress.org/?v=7.0