I am attempting to determine why I am not seeing the stylesheet model quantity is my browser, once I add the model quantity to the enqueue operate, the place I enqueue the stylesheet.
Here is the code:
wp_enqueue_style('sage/fundamental.css', asset_path('kinds/fundamental.css'), array(), '1111111' );
Utilizing the model quantity ‘1111111’ simply to check.
Once I examine in my browser, I nonetheless see the stylesheet with no model quantity (shopper title obscured for privateness):
<hyperlink rel="stylesheet" id="sage/fundamental.css-css" href="http://localhost:8000/wp-content/themes/XXXX/dist/kinds/fundamental.css" kind="textual content/css" media="all">
The kinds are loading and every thing else is appropriate, simply lacking the model quantity. What am I lacking?
(It is a laravel web site.)