woodmart-date-formart

PHOTO EMBED

Fri Oct 20 2023 00:28:04 GMT+0000 (Coordinated Universal Time)

Saved by @Muhammad_Waqar

function woodmart_child_enqueue_styles() {
    $the_time = current_datetime()->format('Y-m-d H:i:s');
    wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'woodmart-style' ), woodmart_get_theme_info( 'Version' ). '?' . $the_time  );
}
content_copyCOPY