| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/finman.es.ihu.gr/wp-content/plugins/learnpress/config/settings/ |
Upload File : |
<?php return apply_filters( 'lp/settings/profile', apply_filters( 'learn-press/profile-settings-fields/general', array( array( 'title' => esc_html__( 'General', 'learnpress' ), 'type' => 'title', 'id' => 'lp_profile_general', ), array( 'title' => esc_html__( 'Avatar Dimensions', 'learnpress' ), 'id' => 'avatar_dimensions', 'default' => array( 250, 250, 'yes' ), 'type' => 'image-dimensions', ), array( 'title' => esc_html__( 'Cover Image Dimensions', 'learnpress' ), 'id' => 'cover_image_dimensions', 'default' => array( 1290, 250, 'yes' ), 'type' => 'image-dimensions', ), array( 'title' => esc_html__( 'Enable login form', 'learnpress' ), 'id' => 'enable_login_profile', 'default' => 'no', 'type' => 'checkbox', 'desc' => esc_html__( 'If the user is not logged in, enable login from profile.', 'learnpress' ), ), array( 'title' => esc_html__( 'Enable register form', 'learnpress' ), 'id' => 'enable_register_profile', 'default' => 'no', 'type' => 'checkbox', 'desc' => esc_html__( 'If the user is not logged in, enable register from profile.', 'learnpress' ), ), array( 'title' => esc_html__( 'Enable default fields', 'learnpress' ), 'id' => 'enable_register_first_name', 'default' => 'no', 'type' => 'checkbox', 'checkboxgroup' => 'start', 'desc' => esc_html__( 'First name', 'learnpress' ), ), array( 'id' => 'enable_register_last_name', 'default' => 'no', 'type' => 'checkbox', 'checkboxgroup' => '', 'desc' => esc_html__( 'Last name', 'learnpress' ), ), array( 'id' => 'enable_register_display_name', 'default' => 'no', 'type' => 'checkbox', 'checkboxgroup' => 'end', 'desc' => esc_html__( 'Display name', 'learnpress' ), ), array( 'title' => esc_html__( 'Custom register fields', 'learnpress' ), 'id' => 'register_profile_fields', 'default' => array(), 'type' => 'custom-fields', 'options' => array( 'name' => array( 'title' => esc_html__( 'Name', 'learnpress' ), 'type' => 'text', 'desc_tip' => esc_html__( 'Display field name.', 'learnpress' ), 'placeholder' => esc_html__( 'Display name', 'learnpress' ), ), 'type' => array( 'title' => esc_html__( 'Type', 'learnpress' ), 'type' => 'select', 'options' => array( 'text' => esc_html__( 'Text', 'learnpress' ), 'textarea' => esc_html__( 'Textarea', 'learnpress' ), 'checkbox' => esc_html__( 'Checkbox', 'learnpress' ), 'url' => esc_html__( 'URL', 'learnpress' ), 'number' => esc_html__( 'Number', 'learnpress' ), ), ), 'required' => array( 'title' => esc_html__( 'Required?', 'learnpress' ), 'type' => 'checkbox', ), ), 'desc' => esc_html__( 'Custom fields to the registration form.', 'learnpress' ), ), array( 'type' => 'sectionend', 'id' => 'lp_profile_general', ), ) ) );