Your IP : 216.73.216.138


Current Path : /home/ereika83/www/wp-content/plugins/hustle/views/admin/settings/privacy/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/hustle/views/admin/settings/privacy/submissions-privacy.php

<?php
/**
 * Submissions section under the "privacy" tab.
 *
 * @package Hustle
 * @since 4.0.3
 */

?>
<div class="sui-box-settings-row">

	<div class="sui-box-settings-col-1">
		<span class="sui-settings-label"><?php esc_html_e( 'Submissions Privacy', 'hustle' ); ?></span>
		<span class="sui-description"><?php esc_html_e( 'Choose how you want to handle the storage of module submissions.', 'hustle' ); ?></span>
	</div>

	<div class="sui-box-settings-col-2">

		<?php
		// Submission retention.
		$this->render(
			'admin/settings/privacy/submissions-retention',
			array( 'settings' => $settings )
		);
		?>

		<?php
		// On Account erasure retention.
		$this->render(
			'admin/settings/privacy/submissions-account-erasure',
			array( 'settings' => $settings )
		);
		?>

	</div>

</div>