%PDF- %PDF-
Direktori : /var/www/html/ceaa/wp-content/plugins/learnpress/inc/admin/views/settings/pages/ |
Current File : /var/www/html/ceaa/wp-content/plugins/learnpress/inc/admin/views/settings/pages/profile.php |
<?php /** * Display settings for pages * * @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 . '_' . $this->section['id'] . '_settings_fields', $settings ); ?> <?php foreach( $this->_get_settings( 'profile' ) as $field ){?> <?php $this->output_field( $field );?> <?php }?> <?php do_action( 'learn_press_after_' . $this->id . '_' . $this->section['id'] . '_settings_fields', $settings ); ?> </tbody> </table>