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 50be850 commit d42e094Copy full SHA for d42e094
views/advanced-options-page.php
@@ -28,6 +28,16 @@
28
29
<h1>Advanced Options<h1>
30
31
+ <h2>Logging Options</h2>
32
+
33
+ <table class="widefat striped">
34
+ <tbody>
35
+ <?php echo $row( 'maxLogRows' ); ?>
36
+ </tbody>
37
+ </table>
38
39
+ <p/>
40
41
<h2>Detection Options</h2>
42
43
<table class="widefat striped">
@@ -39,12 +49,20 @@
49
50
<p/>
51
- <h2>Post-processing Options</h2>
52
+ <h2>Crawling Options</h2>
53
44
54
45
55
<tbody>
46
56
<?php echo $row( 'crawlConcurrency' ); ?>
47
- <?php echo $row( 'maxLogRows' ); ?>
57
58
59
60
61
62
+ <h2>Post-processing Options</h2>
63
64
65
48
66
<?php echo $row( 'skipURLRewrite' ); ?>
67
<?php echo $row( 'hostsToRewrite' ); ?>
68
</tbody>
0 commit comments