<?php /** * Astra Child Theme functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package Astra Child * @since 1.0.0 */ /** * Define Constants */ define( 'CHILD_THEME_ASTRA_CHILD_VERSION', '1.0.0' ); /** * Enqueue styles */ function child_enqueue_styles() { wp_enqueue_style( 'astra-child-theme-css', get_stylesheet_directory_uri() . '/style.css', array('astra-theme-css'), CHILD_THEME_ASTRA_CHILD_VERSION, 'all' ); } add_action( 'wp_enqueue_scripts', 'child_enqueue_styles', 15 ); https://fgi.af/post-sitemap.xml 2026-02-18T07:58:54+00:00 https://fgi.af/page-sitemap.xml 2026-01-07T05:38:37+00:00 https://fgi.af/team-sitemap.xml 2023-01-22T04:42:59+00:00 https://fgi.af/category-sitemap.xml 2026-02-18T07:58:54+00:00 https://fgi.af/post_tag-sitemap.xml 2026-02-18T07:58:54+00:00 https://fgi.af/author-sitemap.xml 2024-06-09T16:30:29+00:00