Hi there,
We are having issues with browser caching and I want to append a version number or timestamp to the child theme style.css. Can you tell me the best way of doing this in functions.php:
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
etheme_child_styles();
}
Cheers