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 b1f29e0 commit 072bc28Copy full SHA for 072bc28
views/caches-page.php
@@ -115,7 +115,7 @@
115
<td><?php echo $exported_site_file_count; ?> files, using <?php echo $exported_site_disk_space; ?>
116
<br>
117
118
- <a href="file://<?php echo $uploads_path; ?>wp2static-exported-site" />Path</a>
+ <a href="file://<?php echo \WP2Static\StaticSite::getPath(); ?>" />Path</a>
119
120
</td>
121
<td>
0 commit comments