Is there a way to natively return the full filesystem path when using $wp_styles?
Is there a way to natively return the full filesystem path when using $wp_styles? No because the style engine is never given the filesystem path, it is only given the source URL of the style to be registered/enqueued via wp_enqueue_style: wp_enqueue_style( string $handle, string $src=””, string[] $deps = array(), string|bool|null $ver = false, string $media=”all” … Read more