Fix: Usar filemtime() para footer.css cache busting - Issue #128

This commit is contained in:
FrankZamora
2025-11-08 10:35:57 -06:00
parent 293b66ceeb
commit bea639d75a

View File

@@ -234,7 +234,7 @@ function apus_enqueue_footer_styles() {
'apus-footer',
get_template_directory_uri() . '/assets/css/footer.css',
array('apus-bootstrap'),
APUS_VERSION,
filemtime(get_template_directory() . '/assets/css/footer.css'),
'all'
);
}