We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b3a75 commit 2ac8173Copy full SHA for 2ac8173
Components/FeatureFlexibleContentExtension/functions.php
@@ -28,7 +28,7 @@
28
$componentPath = str_replace(get_template_directory(), '', $componentPathFull);
29
$templateDirectoryUri = get_template_directory_uri();
30
$componentScreenshotPath = "{$componentPathFull}/screenshot.png";
31
- $componentScreenshotUrl = "{$templateDirectoryUri}/{$componentPath}/screenshot.png";
+ $componentScreenshotUrl = "{$templateDirectoryUri}/{$componentPath}/screenshot.png?v=" . wp_get_theme()->get('Version');
32
if (is_file($componentScreenshotPath)) {
33
$imageSize = getimagesize($componentScreenshotPath);
34
$newTitle = '<span class="flyntComponentScreenshot">';
0 commit comments