mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-09-05 12:02:54 +08:00
fix additional URLs
This commit is contained in:
parent
b3402c08cf
commit
764f12323d
3 changed files with 48 additions and 24 deletions
|
@ -213,7 +213,11 @@ jQuery(document).ready(function($){
|
|||
<p>
|
||||
<strong><label for="additionalUrls"><?= __('Additional Urls', 'static-html-output-plugin');?></label></strong>
|
||||
<p>
|
||||
<i>For a few themes, certain files may not be detected as part of the export process. Enter any such files here, one per line. </i>
|
||||
<i>For a few themes, certain files may not be detected as part of the export process. Enter any such files here, one per line.
|
||||
|
||||
Enter them as the full URL, including your WordPress site url, ie:</i>
|
||||
<pre>http://localhost/wp-content/themes/twentyseventeen/banana.jpg
|
||||
http://172.17.0.3/my_pricelist.pdf</pre>
|
||||
</p>
|
||||
<textarea class="widefat" name="additionalUrls" id="additionalUrls" rows="5" cols="10"><?php echo esc_html($this->additionalUrls) ?></textarea>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue