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.
2 parents 3b8f71d + 3708a6d commit 23305f0Copy full SHA for 23305f0
admin/partials/nginx-helper-general-options.php
@@ -496,7 +496,7 @@
496
<h4><?php esc_html_e( 'Custom Purge URL:', 'nginx-helper' ); ?></h4>
497
</th>
498
<td>
499
- <textarea rows="5"class="rt-purge_url" id="purge_url" name="purge_url"><?php echo esc_textarea( $nginx_helper_admin->options['purge_url'] ); ?></textarea>
+ <textarea rows="5"class="rt-purge_url" id="purge_url" name="purge_url"><?php echo esc_textarea( $nginx_helper_settings['purge_url'] ); ?></textarea>
500
<p class="description">
501
<?php
502
esc_html_e( 'Add one URL per line. URL should not contain domain name.', 'nginx-helper' );
0 commit comments