Exemple #1
0
 function is_debugging()
 {
     return wpci_get_application_debugging_enabled();
 }
Exemple #2
0
						<th class="row">SSL Support</th>
						<td>
							<?php 
echo form_dropdown('ssl_enabled', array('' => 'Disabled&nbsp;&nbsp;', 1 => 'Enabled'), wpci_get_ssl_enabled());
?>
						</td>
					</tr>
				</table>
			</div>
			<div id="debugging">
				<table class="form-table">
					<tr>
						<th class="row">Application Debugging</th>
						<td>
							<?php 
echo form_dropdown('application_debugging_enabled', array('' => 'Disabled&nbsp;&nbsp;', 1 => 'Enabled'), wpci_get_application_debugging_enabled());
?>
						</td>
					</tr>
					<tr>
						<th class="row">Logging Threshold</th>
						<td>
							<?php 
echo form_dropdown('logging_threshold', array('' => 'Debug when WP_DEBUG is TRUE', 0 => 'Logging disabled', 1 => 'Error Messages (including PHP errors)', 2 => 'Debug Messages', 3 => 'Informational Messages', 4 => 'All Messages'), wpci_get_logging_threshold());
?>
						</td>
					</tr>
					<tr>
						<th class="row">Database Debugging</th>
						<td>
							<?php