%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/ceaa/wp-content/plugins/learnpress/inc/admin/views/settings/
Upload File :
Create Path :
Current File : /var/www/html/ceaa/wp-content/plugins/learnpress/inc/admin/views/settings/profile.php

<?php
/**
 * Display settings for profile
 *
 * @author  ThimPress
 * @package LearnPress/Admin/Views
 * @version 1.0
 */

if ( !defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

$settings = LP()->settings;
?>
	<table class="form-table">
		<tbody>
		<?php do_action( 'learn_press_before_' . $this->id . '_settings_fields', $this ); ?>
		<?php foreach( $this->get_settings() as $field ){?>
			<?php $this->output_field( $field );?>
		<?php }?>
		<?php do_action( 'learn_press_after_' . $this->id . '_settings_fields', $this ); ?>
		</tbody>
	</table>

Zerion Mini Shell 1.0