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 ); }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments