Skip to content

Instantly share code, notes, and snippets.

/*
Theme Name: Astra Child
Template: astra
Version: 2.0 Lean Production
*/
/* ===============================
GLOBAL
================================ */
document.addEventListener("DOMContentLoaded", function(){
/* ===============================
GLOBAL AUDIO ENGINE
=============================== */
const ZA_AudioEngine={
audio:null,
playlist:[],
document.addEventListener("DOMContentLoaded", function(){
/* ===============================
GLOBAL AUDIO ENGINE
=============================== */
const ZA_AudioEngine={
audio:null,
playlist:[],
document.addEventListener("DOMContentLoaded", function(){
/* ===============================
GLOBAL AUDIO ENGINE
=============================== */
const ZA_AudioEngine={
audio:null,
playlist:[],
<?php
// Enqueue CSS của child theme
add_action('wp_enqueue_scripts', function() {
wp_enqueue_style(
'astra-child-style',
get_stylesheet_uri(),
['astra-theme-css'],
'1.0'
);
});