HEX
Server: Apache/2.4.54 (Debian)
System: Linux a5825d2beacc 4.15.0-197-generic #208-Ubuntu SMP Tue Nov 1 17:23:37 UTC 2022 x86_64
User: root (0)
PHP: 8.1.14
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/wp-migrate-db/template/settings.php
<div class="settings-tab content-tab">
	<form method="post" id="settings-form" action="#settings" autocomplete="off">
		<table class="form-table">
			<tbody class="settings">
			<?php $this->template_part( array(
				'connection_info',
				'toggle_remote_requests',
				'licence',
				'request_settings',
				'compatibility',
				'max_request_size',
			) ); ?>
			<?php do_action( 'wpmdb_additional_settings' ); ?>
			</tbody>
			<?php if ( $this->is_pro ): ?>
				<tbody class="settings-advanced">
				<tr class="wpmdb-setting-title">
					<th colspan="2"><h3><?php _e( 'Advanced Settings', 'wp-migrate-db' ); ?></h3></th>
				</tr>
				<?php do_action( 'wpmdb_additional_settings_advanced' ); ?>
				</tbody>
			<?php endif; ?>
		</table>
	</form>
</div> <!-- end .settings-tab -->