'pages_settings', 'type' => 'hidden', 'default' => true, 'is_option' => false ) ); $core_pages = UM()->config()->core_pages; foreach ( $core_pages as $page_s => $page ) { $have_pages = UM()->query()->wp_pages(); $page_id = UM()->options()->get_core_page_id( $page_s ); $page_title = ! empty( $page['title'] ) ? $page['title'] : ''; if ( 'reached_maximum_limit' == $have_pages ) { $general_pages_fields[] = array( 'id' => $page_id, 'type' => 'text', 'label' => sprintf( __( '%s page', 'ultimate-member' ), $page_title ), 'placeholder' => __( 'Add page ID', 'ultimate-member' ), 'compiler' => true, 'size' => 'small' ); } else { $general_pages_fields[] = array( 'id' => $page_id, 'type' => 'select', 'label' => sprintf( __( '%s page', 'ultimate-member' ), $page_title ), 'options' => UM()->query()->wp_pages(), 'placeholder' => __( 'Choose a page...', 'ultimate-member' ), 'compiler' => true, 'size' => 'small' ); } } $appearances_profile_menu_fields = array( array( 'id' => 'profile_menu', 'type' => 'checkbox', 'label' => __( 'Enable profile menu', 'ultimate-member' ), ) ); $tabs = UM()->profile()->tabs(); $tabs_options = array(); $tabs_condition = array(); foreach ( $tabs as $id => $tab ) { if ( ! empty( $tab['hidden'] ) ) { continue; } if ( isset( $tab['name'] ) ) { $tabs_options[ $id ] = $tab['name']; $tabs_condition[] = 'profile_tab_' . $id; } if ( isset( $tab['default_privacy'] ) ) { $fields = array( array( 'id' => 'profile_tab_' . $id, 'type' => 'checkbox', 'label' => sprintf( __( '%s Tab', 'ultimate-member' ), $tab['name'] ), 'conditional' => array( 'profile_menu', '=', 1 ), 'data' => array( 'fill_profile_menu_default_tab' => $id ), ), ); } else { $fields = array( array( 'id' => 'profile_tab_' . $id, 'type' => 'checkbox', 'label' => sprintf( __( '%s Tab', 'ultimate-member' ), $tab['name'] ), 'conditional' => array( 'profile_menu', '=', 1 ), 'data' => array( 'fill_profile_menu_default_tab' => $id ), ), array( 'id' => 'profile_tab_' . $id . '_privacy', 'type' => 'select', 'label' => sprintf( __( 'Who can see %s Tab?', 'ultimate-member' ), $tab['name'] ), 'tooltip' => __( 'Select which users can view this tab.', 'ultimate-member' ), 'options' => UM()->profile()->tabs_privacy(), 'conditional' => array( 'profile_tab_' . $id, '=', 1 ), 'size' => 'small' ), array( 'id' => 'profile_tab_' . $id . '_roles', 'type' => 'select', 'multi' => true, 'label' => __( 'Allowed roles', 'ultimate-member' ), 'tooltip' => __( 'Select the the user roles allowed to view this tab.', 'ultimate-member' ), 'options' => UM()->roles()->get_roles(), 'placeholder' => __( 'Choose user roles...', 'ultimate-member' ), 'conditional' => array( 'profile_tab_' . $id . '_privacy', '=', 4 ), 'size' => 'small' ) ); } $appearances_profile_menu_fields = array_merge( $appearances_profile_menu_fields, $fields ); } $appearances_profile_menu_fields[] = array( 'id' => 'profile_menu_default_tab', 'type' => 'select', 'label' => __( 'Profile menu default tab', 'ultimate-member' ), 'tooltip' => __( 'This will be the default tab on user profile page', 'ultimate-member' ), 'options' => $tabs_options, 'conditional' => array( implode( '|', $tabs_condition ), '~', 1 ), 'size' => 'small' ); $appearances_profile_menu_fields = array_merge( $appearances_profile_menu_fields, array( array( 'id' => 'profile_menu_icons', 'type' => 'checkbox', 'label' => __( 'Enable menu icons in desktop view', 'ultimate-member' ), 'conditional' => array( 'profile_menu', '=', 1 ), ), ) ); $post_types_options = array(); $all_post_types = get_post_types( array( 'public' => true ), 'objects' ); foreach ( $all_post_types as $key => $post_type_data ) { $post_types_options[ $key ] = $post_type_data->labels->singular_name; } $taxonomies_options = array(); $exclude_taxonomies = UM()->excluded_taxonomies(); $all_taxonomies = get_taxonomies( array( 'public' => true ), 'objects' ); $duplicates = array(); foreach ( $all_taxonomies as $key => $taxonomy ) { if ( in_array( $key , $exclude_taxonomies ) ) { continue; } if ( ! in_array( $taxonomy->labels->singular_name, $duplicates ) ) { $duplicates[] = $taxonomy->labels->singular_name; $label = $taxonomy->labels->singular_name; } else { $label = $taxonomy->labels->singular_name . ' (' . $key . ')'; } $taxonomies_options[ $key ] = $label; } $restricted_access_post_metabox_value = array(); if ( $restricted_access_post_metabox = UM()->options()->get( 'restricted_access_post_metabox' ) ) { foreach ( $restricted_access_post_metabox as $key => $value ) { if ( $value ) { $restricted_access_post_metabox_value[] = $key; } } } $restricted_access_taxonomy_metabox_value = array(); if ( $restricted_access_taxonomy_metabox = UM()->options()->get( 'restricted_access_taxonomy_metabox' ) ) { foreach ( $restricted_access_taxonomy_metabox as $key => $value ) { if ( $value ) { $restricted_access_taxonomy_metabox_value[] = $key; } } } $access_fields = array( array( 'id' => 'accessible', 'type' => 'select', 'label' => __( 'Global Site Access', 'ultimate-member' ), 'tooltip' => __( 'Globally control the access of your site, you can have seperate restrict options per post/page by editing the desired item.', 'ultimate-member' ), 'options' => array( 0 => __( 'Site accessible to Everyone', 'ultimate-member' ), 2 => __( 'Site accessible to Logged In Users', 'ultimate-member' ), ), 'size' => 'medium', ), array( 'id' => 'access_redirect', 'type' => 'text', 'label' => __( 'Custom Redirect URL', 'ultimate-member' ), 'tooltip' => __( 'A logged out user will be redirected to this url If he is not permitted to access the site', 'ultimate-member' ), 'conditional' => array( 'accessible', '=', 2 ), ), array( 'id' => 'access_exclude_uris', 'type' => 'multi_text', 'label' => __( 'Exclude the following URLs', 'ultimate-member' ), 'tooltip' => __( 'Here you can exclude URLs beside the redirect URI to be accessible to everyone', 'ultimate-member' ), 'add_text' => __( 'Add New URL', 'ultimate-member' ), 'conditional' => array( 'accessible', '=', 2 ), 'show_default_number' => 1, ), array( 'id' => 'home_page_accessible', 'type' => 'checkbox', 'label' => __( 'Allow Homepage to be accessible', 'ultimate-member' ), 'conditional' => array( 'accessible', '=', 2 ), ), array( 'id' => 'category_page_accessible', 'type' => 'checkbox', 'label' => __( 'Allow Category pages to be accessible', 'ultimate-member' ), 'conditional' => array( 'accessible', '=', 2 ), ), array( 'id' => 'restricted_access_message', 'type' => 'wp_editor', 'label' => __( 'Restricted Access Message', 'ultimate-member' ), 'tooltip' => __( 'This is the message shown to users that do not have permission to view the content', 'ultimate-member' ), ) ); global $wp_version; if ( version_compare( $wp_version, '5.0', '>=' ) ) { $access_fields = array_merge( $access_fields, array( array( 'id' => 'restricted_blocks', 'type' => 'checkbox', 'label' => __( 'Allow Gutenberg Blocks restriction options', 'ultimate-member' ), ), array( 'id' => 'restricted_block_message', 'type' => 'textarea', 'label' => __( 'Restricted Block Message', 'ultimate-member' ), 'tooltip' => __( 'This is the message shown to users that do not have permission to view the block\'s content', 'ultimate-member' ), 'conditional' => array( 'restricted_blocks', '=', 1 ), ) ) ); } $access_fields = array_merge( $access_fields, array( array( 'id' => 'restricted_access_post_metabox', 'type' => 'hidden', 'value' => '', ), array( 'id' => 'restricted_access_taxonomy_metabox', 'type' => 'hidden', 'value' => '', ), array( 'id' => 'restricted_access_post_metabox', 'type' => 'multi_checkbox', 'label' => __( 'Restricted Access to Posts', 'ultimate-member' ), 'tooltip' => __( 'Restriction content of the current Posts', 'ultimate-member' ), 'options' => $post_types_options, 'columns' => 3, 'value' => $restricted_access_post_metabox_value, 'default' => UM()->options()->get_default( 'restricted_access_post_metabox' ), ), array( 'id' => 'restricted_access_taxonomy_metabox', 'type' => 'multi_checkbox', 'label' => __( 'Restricted Access to Taxonomies', 'ultimate-member' ), 'tooltip' => __( 'Restriction content of the current Taxonomies', 'ultimate-member' ), 'options' => $taxonomies_options, 'columns' => 3, 'value' => $restricted_access_taxonomy_metabox_value, 'default' => UM()->options()->get_default( 'restricted_access_taxonomy_metabox' ), ) ) ); /** * UM hook * * @type filter * @title um_settings_structure * @description Extend UM Settings * @input_vars * [{"var":"$settings","type":"array","desc":"UM Settings"}] * @change_log * ["Since: 2.0"] * @usage add_filter( 'um_settings_structure', 'function_name', 10, 1 ); * @example * */ $this->settings_structure = apply_filters( 'um_settings_structure', array( '' => array( 'title' => __( 'General', 'ultimate-member' ), 'sections' => array( '' => array( 'title' => __( 'Pages', 'ultimate-member' ), 'fields' => $general_pages_fields ), 'users' => array( 'title' => __( 'Users', 'ultimate-member' ), 'fields' => array( array( 'id' => 'permalink_base', 'type' => 'select', 'size' => 'small', 'label' => __( 'Profile Permalink Base','ultimate-member' ), 'tooltip' => __( 'Here you can control the permalink structure of the user profile URL globally e.g. ' . trailingslashit( um_get_core_page('user') ) . 'username/','ultimate-member' ), 'options' => array( 'user_login' => __( 'Username', 'ultimate-member' ), 'name' => __( 'First and Last Name with \'.\'', 'ultimate-member' ), 'name_dash' => __( 'First and Last Name with \'-\'', 'ultimate-member' ), 'name_plus' => __( 'First and Last Name with \'+\'', 'ultimate-member' ), 'user_id' => __( 'User ID', 'ultimate-member' ), ), 'placeholder' => __( 'Select...', 'ultimate-member' ), ), array( 'id' => 'display_name', 'type' => 'select', 'size' => 'medium', 'label' => __( 'User Display Name','ultimate-member' ), 'tooltip' => __( 'This is the name that will be displayed for users on the front end of your site. Default setting uses first/last name as display name if it exists','ultimate-member' ), 'options' => array( 'default' => __('Default WP Display Name','ultimate-member'), 'nickname' => __('Nickname','ultimate-member'), 'username' => __('Username','ultimate-member'), 'full_name' => __('First name & last name','ultimate-member'), 'sur_name' => __('Last name & first name','ultimate-member'), 'initial_name' => __('First name & first initial of last name','ultimate-member'), 'initial_name_f' => __('First initial of first name & last name','ultimate-member'), 'first_name' => __('First name only','ultimate-member'), 'field' => __('Custom field(s)','ultimate-member'), ), 'placeholder' => __('Select...'), ), array( 'id' => 'display_name_field', 'type' => 'text', 'label' => __( 'Display Name Custom Field(s)','ultimate-member' ), 'tooltip' => __('Specify the custom field meta key or custom fields seperated by comma that you want to use to display users name on the frontend of your site','ultimate-member'), 'conditional' => array( 'display_name', '=', 'field' ), ), array( 'id' => 'author_redirect', 'type' => 'checkbox', 'label' => __( 'Automatically redirect author page to their profile?','ultimate-member'), 'tooltip' => __('If enabled, author pages will automatically redirect to the user\'s profile page','ultimate-member'), ), array( 'id' => 'members_page', 'type' => 'checkbox', 'label' => __( 'Enable Members Directory','ultimate-member' ), 'tooltip' => __('Control whether to enable or disable member directories on this site','ultimate-member'), ), array( 'id' => 'use_gravatars', 'type' => 'checkbox', 'label' => __( 'Use Gravatars?','ultimate-member' ), 'tooltip' => __('Do you want to use gravatars instead of the default plugin profile photo (If the user did not upload a custom profile photo / avatar)','ultimate-member'), ), array( 'id' => 'use_um_gravatar_default_builtin_image', 'type' => 'select', 'label' => __( 'Use Gravatar builtin image','ultimate-member' ), 'tooltip' => __( 'Gravatar has a number of built in options which you can also use as defaults','ultimate-member' ), 'options' => array( 'default' => __('Default','ultimate-member'), '404' => __('404 ( File Not Found response )','ultimate-member'), 'mm' => __('Mystery Man','ultimate-member'), 'identicon' => __('Identicon','ultimate-member'), 'monsterid' => __('Monsterid','ultimate-member'), 'wavatar' => __('Wavatar','ultimate-member'), 'retro' => __('Retro','ultimate-member'), 'blank' => __('Blank ( a transparent PNG image )','ultimate-member'), ), 'conditional' => array( 'use_gravatars', '=', 1 ), 'size' => 'medium' ), array( 'id' => 'use_um_gravatar_default_image', 'type' => 'checkbox', 'label' => __( 'Use Default plugin avatar as Gravatar\'s Default avatar','ultimate-member' ), 'tooltip' => __('Do you want to use the plugin default avatar instead of the gravatar default photo (If the user did not upload a custom profile photo / avatar)','ultimate-member'), 'conditional' => array( 'use_um_gravatar_default_builtin_image', '=', 'default' ), ), array( 'id' => 'reset_require_strongpass', 'type' => 'checkbox', 'label' => __( 'Require a strong password? (when user resets password only)','ultimate-member' ), 'tooltip' => __('Enable or disable a strong password rules on password reset and change procedure','ultimate-member'), ) ) ), 'account' => array( 'title' => __( 'Account', 'ultimate-member' ), 'fields' => array( array( 'id' => 'account_tab_password', 'type' => 'checkbox', 'label' => __( 'Password Account Tab','ultimate-member' ), 'tooltip' => 'Enable/disable the Password account tab in account page', ), array( 'id' => 'account_tab_privacy', 'type' => 'checkbox', 'label' => __( 'Privacy Account Tab','ultimate-member' ), 'tooltip' => __('Enable/disable the Privacy account tab in account page','ultimate-member'), ), array( 'id' => 'account_tab_notifications', 'type' => 'checkbox', 'label' => __( 'Notifications Account Tab','ultimate-member' ), 'tooltip' => __('Enable/disable the Notifications account tab in account page','ultimate-member'), ), array( 'id' => 'account_tab_delete', 'type' => 'checkbox', 'label' => __( 'Delete Account Tab','ultimate-member' ), 'tooltip' => __('Enable/disable the Delete account tab in account page','ultimate-member'), ), array( 'id' => 'delete_account_text', 'type' => 'textarea', // bug with wp 4.4? should be editor 'label' => __( 'Account Deletion Custom Text','ultimate-member' ), 'tooltip' => __('This is custom text that will be displayed to users before they delete their accounts from your site','ultimate-member'), 'args' => array( 'textarea_rows' => 6 ), ), array( 'id' => 'account_name', 'type' => 'checkbox', 'label' => __( 'Add a First & Last Name fields','ultimate-member' ), 'tooltip' => __('Whether to enable these fields on the user account page by default or hide them.','ultimate-member'), ), array( 'id' => 'account_name_disable', 'type' => 'checkbox', 'label' => __( 'Disable First & Last Name fields','ultimate-member' ), 'tooltip' => __('Whether to allow users changing their first and last name in account page.','ultimate-member'), 'conditional' => array( 'account_name', '=', '1' ), ), array( 'id' => 'account_name_require', 'type' => 'checkbox', 'label' => __( 'Require First & Last Name','ultimate-member' ), 'tooltip' => __('Require first and last name?','ultimate-member'), 'conditional' => array( 'account_name', '=', '1' ), ), array( 'id' => 'account_email', 'type' => 'checkbox', 'label' => __( 'Allow users to change e-mail','ultimate-member' ), 'tooltip' => __( 'Whether to allow users changing their email in account page.', 'ultimate-member' ), ), array( 'id' => 'account_general_password', 'type' => 'checkbox', 'label' => __( 'Password is required?','ultimate-member' ), 'tooltip' => __( 'Password is required to save account data.', 'ultimate-member' ), ), array( 'id' => 'account_hide_in_directory', 'type' => 'checkbox', 'label' => __( 'Allow users to hide their profiles from directory','ultimate-member' ), 'tooltip' => __('Whether to allow users changing their profile visibility from member directory in account page.','ultimate-member'), ), array( 'id' => 'account_require_strongpass', 'type' => 'checkbox', 'label' => __( 'Require a strong password?','ultimate-member' ), 'tooltip' => __('Enable or disable a strong password rules on account page / change password tab','ultimate-member'), ) ) ), 'uploads' => array( 'title' => __( 'Uploads', 'ultimate-member' ), 'fields' => array( array( 'id' => 'profile_photo_max_size', 'type' => 'text', 'size' => 'small', 'label' => __( 'Profile Photo Maximum File Size (bytes)', 'ultimate-member' ), 'tooltip' => __( 'Sets a maximum size for the uploaded photo', 'ultimate-member' ), ), array( 'id' => 'cover_photo_max_size', 'type' => 'text', 'size' => 'small', 'label' => __( 'Cover Photo Maximum File Size (bytes)', 'ultimate-member' ), 'tooltip' => __( 'Sets a maximum size for the uploaded cover', 'ultimate-member' ), ), array( 'id' => 'photo_thumb_sizes', 'type' => 'multi_text', 'size' => 'small', 'label' => __( 'Profile Photo Thumbnail Sizes (px)','ultimate-member' ), 'tooltip' => __( 'Here you can define which thumbnail sizes will be created for each profile photo upload.','ultimate-member' ), 'validate' => 'numeric', 'add_text' => __('Add New Size','ultimate-member'), 'show_default_number' => 1, ), array( 'id' => 'cover_thumb_sizes', 'type' => 'multi_text', 'size' => 'small', 'label' => __( 'Cover Photo Thumbnail Sizes (px)','ultimate-member' ), 'tooltip' => __( 'Here you can define which thumbnail sizes will be created for each cover photo upload.','ultimate-member' ), 'validate' => 'numeric', 'add_text' => __('Add New Size','ultimate-member'), 'show_default_number' => 1, ), array( 'id' => 'image_compression', 'type' => 'text', 'size' => 'small', 'label' => __( 'Image Quality','ultimate-member'), 'tooltip' => __( 'Quality is used to determine quality of image uploads, and ranges from 0 (worst quality, smaller file) to 100 (best quality, biggest file). The default range is 60.', 'ultimate-member' ), ), array( 'id' => 'image_max_width', 'type' => 'text', 'size' => 'small', 'label' => __( 'Image Upload Maximum Width (px)', 'ultimate-member' ), 'tooltip' => __( 'Any image upload above this width will be resized to this limit automatically.', 'ultimate-member' ), ), array( 'id' => 'cover_min_width', 'type' => 'text', 'size' => 'small', 'label' => __( 'Cover Photo Minimum Width (px)', 'ultimate-member' ), 'tooltip' => __( 'This will be the minimum width for cover photo uploads', 'ultimate-member' ), ), ) ) ) ), 'access' => array( 'title' => __( 'Access', 'ultimate-member' ), 'sections' => array( '' => array( 'title' => __( 'Restriction Content', 'ultimate-member' ), 'fields' => $access_fields ), 'other' => array( 'title' => __( 'Other', 'ultimate-member' ), 'fields' => array( array( 'id' => 'enable_reset_password_limit', 'type' => 'checkbox', 'label' => __( 'Enable the Reset Password Limit?', 'ultimate-member' ), ), array( 'id' => 'reset_password_limit_number', 'type' => 'text', 'label' => __( 'Reset Password Limit', 'ultimate-member' ), 'tooltip' => __( 'Set the maximum reset password limit. If reached the maximum limit, user will be locked from using this.', 'ultimate-member' ), 'validate' => 'numeric', 'conditional' => array( 'enable_reset_password_limit', '=', 1 ), 'size' => 'small', ), array( 'id' => 'blocked_emails', 'type' => 'textarea', 'label' => __( 'Blocked Email Addresses', 'ultimate-member' ), 'tooltip' => __( 'This will block the specified e-mail addresses from being able to sign up or sign in to your site. To block an entire domain, use something like *@domain.com', 'ultimate-member' ), ), array( 'id' => 'blocked_words', 'type' => 'textarea', 'label' => __( 'Blacklist Words', 'ultimate-member' ), 'tooltip' => __( 'This option lets you specify blacklist of words to prevent anyone from signing up with such a word as their username', 'ultimate-member' ), ) ) ), ) ), 'email' => array( 'title' => __( 'Email', 'ultimate-member' ), 'fields' => array( array( 'id' => 'admin_email', 'type' => 'text', 'label' => __( 'Admin E-mail Address', 'ultimate-member' ), 'tooltip' => __( 'e.g. admin@companyname.com','ultimate-member' ), ), array( 'id' => 'mail_from', 'type' => 'text', 'label' => __( 'Mail appears from','ultimate-member' ), 'tooltip' => __( 'e.g. Site Name','ultimate-member' ), ), array( 'id' => 'mail_from_addr', 'type' => 'text', 'label' => __( 'Mail appears from address','ultimate-member' ), 'tooltip' => __( 'e.g. admin@companyname.com','ultimate-member' ), ), array( 'id' => 'email_html', 'type' => 'checkbox', 'label' => __( 'Use HTML for E-mails?','ultimate-member' ), 'tooltip' => __( 'If you plan use e-mails with HTML, please make sure that this option is enabled. Otherwise, HTML will be displayed as plain text.','ultimate-member'), ) ) ), 'appearance' => array( 'title' => __( 'Appearance', 'ultimate-member' ), 'sections' => array( '' => array( 'title' => __( 'Profile', 'ultimate-member' ), 'fields' => array( array( 'id' => 'profile_template', 'type' => 'select', 'label' => __( 'Profile Default Template','ultimate-member' ), 'tooltip' => __( 'This will be the default template to output profile','ultimate-member' ), 'default' => um_get_metadefault('profile_template'), 'options' => UM()->shortcodes()->get_templates( 'profile' ), 'size' => 'small' ), array( 'id' => 'profile_max_width', 'type' => 'text', 'label' => __( 'Profile Maximum Width','ultimate-member' ), 'default' => um_get_metadefault('profile_max_width'), 'tooltip' => 'The maximum width this shortcode can take from the page width', 'size' => 'small' ), array( 'id' => 'profile_area_max_width', 'type' => 'text', 'label' => __( 'Profile Area Maximum Width','ultimate-member' ), 'default' => um_get_metadefault('profile_area_max_width'), 'tooltip' => __('The maximum width of the profile area inside profile (below profile header)','ultimate-member'), 'size' => 'small' ), array( 'id' => 'profile_icons', 'type' => 'select', 'label' => __( 'Profile Field Icons' ), 'tooltip' => __( 'This is applicable for edit mode only','ultimate-member' ), 'default' => um_get_metadefault('profile_icons'), 'options' => array( 'field' => __('Show inside text field','ultimate-member'), 'label' => __('Show with label','ultimate-member'), 'off' => __('Turn off','ultimate-member'), ), 'size' => 'small' ), array( 'id' => 'profile_primary_btn_word', 'type' => 'text', 'label' => __( 'Profile Primary Button Text','ultimate-member' ), 'default' => um_get_metadefault('profile_primary_btn_word'), 'tooltip' => __('The text that is used for updating profile button','ultimate-member'), 'size' => 'medium' ), array( 'id' => 'profile_secondary_btn', 'type' => 'checkbox', 'label' => __( 'Profile Secondary Button','ultimate-member' ), 'default' => um_get_metadefault('profile_secondary_btn'), 'tooltip' => __('Switch on/off the secondary button display in the form','ultimate-member'), ), array( 'id' => 'profile_secondary_btn_word', 'type' => 'text', 'label' => __( 'Profile Secondary Button Text','ultimate-member' ), 'default' => um_get_metadefault('profile_secondary_btn_word'), 'tooltip' => __('The text that is used for cancelling update profile button','ultimate-member'), 'conditional' => array( 'profile_secondary_btn', '=', 1 ), 'size' => 'medium' ), array( 'id' => 'default_avatar', 'type' => 'media', 'label' => __('Default Profile Photo', 'ultimate-member'), 'tooltip' => __('You can change the default profile picture globally here. Please make sure that the photo is 300x300px.', 'ultimate-member'), 'upload_frame_title'=> __('Select Default Profile Photo', 'ultimate-member'), 'default' => array( 'url' => um_url . 'assets/img/default_avatar.jpg', ), ), array( 'id' => 'default_cover', 'type' => 'media', 'url' => true, 'preview' => false, 'label' => __('Default Cover Photo', 'ultimate-member'), 'tooltip' => __('You can change the default cover photo globally here. Please make sure that the default cover is large enough and respects the ratio you are using for cover photos.', 'ultimate-member'), 'upload_frame_title'=> __('Select Default Cover Photo', 'ultimate-member'), ), array( 'id' => 'disable_profile_photo_upload', 'type' => 'checkbox', 'label' => __( 'Disable Profile Photo Upload', 'ultimate-member' ), 'tooltip' => __( 'Switch on/off the profile photo uploader', 'ultimate-member' ), ), array( 'id' => 'profile_photosize', 'type' => 'text', 'label' => __( 'Profile Photo Size','ultimate-member' ), 'default' => um_get_metadefault('profile_photosize'), 'tooltip' => __('The global default of profile photo size. This can be overridden by individual form settings','ultimate-member'), 'size' => 'small' ), array( 'id' => 'profile_cover_enabled', 'type' => 'checkbox', 'label' => __( 'Profile Cover Photos','ultimate-member' ), 'default' => 1, 'tooltip' => __('Switch on/off the profile cover photos','ultimate-member'), ), array( 'id' => 'profile_cover_ratio', 'type' => 'select', 'label' => __( 'Profile Cover Ratio','ultimate-member' ), 'tooltip' => __( 'Choose global ratio for cover photos of profiles','ultimate-member' ), 'default' => um_get_metadefault('profile_cover_ratio'), 'options' => array( '1.6:1' => '1.6:1', '2.7:1' => '2.7:1', '2.2:1' => '2.2:1', '3.2:1' => '3.2:1', ), 'conditional' => array( 'profile_cover_enabled', '=', 1 ), 'size' => 'small' ), array( 'id' => 'profile_show_metaicon', 'type' => 'checkbox', 'label' => __( 'Profile Header Meta Text Icon','ultimate-member' ), 'default' => 0, 'tooltip' => __('Display field icons for related user meta fields in header or not','ultimate-member'), ), array( 'id' => 'profile_show_name', 'type' => 'checkbox', 'label' => __( 'Show display name in profile header','ultimate-member' ), 'default' => um_get_metadefault('profile_show_name'), 'tooltip' => __('Switch on/off the user name on profile header','ultimate-member'), ), array( 'id' => 'profile_show_social_links', 'type' => 'checkbox', 'label' => __( 'Show social links in profile header','ultimate-member' ), 'default' => um_get_metadefault('profile_show_social_links'), 'tooltip' => __('Switch on/off the social links on profile header','ultimate-member'), ), array( 'id' => 'profile_show_bio', 'type' => 'checkbox', 'label' => __( 'Show user description in header','ultimate-member' ), 'default' => um_get_metadefault('profile_show_bio'), 'tooltip' => __('Switch on/off the user description on profile header','ultimate-member'), ), array( 'id' => 'profile_show_html_bio', 'type' => 'checkbox', 'label' => __( 'Enable html support for user description','ultimate-member' ), 'default' => um_get_metadefault('profile_show_html_bio'), 'tooltip' => __('Switch on/off to enable/disable support for html tags on user description.','ultimate-member'), ), array( 'id' => 'profile_bio_maxchars', 'type' => 'text', 'label' => __( 'User description maximum chars','ultimate-member' ), 'default' => um_get_metadefault('profile_bio_maxchars'), 'tooltip' => __('Maximum number of characters to allow in user description field in header.','ultimate-member'), 'conditional' => array( 'profile_show_bio', '=', 1 ), 'size' => 'small' ), array( 'id' => 'profile_header_menu', 'type' => 'select', 'label' => __( 'Profile Header Menu Position', 'ultimate-member' ), 'default' => um_get_metadefault('profile_header_menu'), 'tooltip' => __( 'For incompatible themes, please make the menu open from left instead of bottom by default.','ultimate-member'), 'options' => array( 'bc' => __( 'Bottom of Icon', 'ultimate-member' ), 'lc' => __( 'Left of Icon (right for RTL)', 'ultimate-member' ), ), 'size' => 'small' ), array( 'id' => 'profile_empty_text', 'type' => 'checkbox', 'label' => __( 'Show a custom message if profile is empty','ultimate-member' ), 'default' => um_get_metadefault('profile_empty_text'), 'tooltip' => __('Switch on/off the custom message that appears when the profile is empty','ultimate-member'), ), array( 'id' => 'profile_empty_text_emo', 'type' => 'checkbox', 'label' => __( 'Show the emoticon','ultimate-member' ), 'default' => um_get_metadefault('profile_empty_text_emo'), 'tooltip' => __('Switch on/off the emoticon (sad face) that appears above the message','ultimate-member'), 'conditional' => array( 'profile_empty_text', '=', 1 ), ) ) ), 'profile_menu' => array( 'title' => __( 'Profile Menu', 'ultimate-member' ), 'fields' => $appearances_profile_menu_fields ), 'registration_form' => array( 'title' => __( 'Registration Form', 'ultimate-member' ), 'fields' => array( array( 'id' => 'register_template', 'type' => 'select', 'label' => __( 'Registration Default Template','ultimate-member' ), 'tooltip' => __( 'This will be the default template to output registration' ), 'default' => um_get_metadefault('register_template'), 'options' => UM()->shortcodes()->get_templates( 'register' ), 'size' => 'small' ), array( 'id' => 'register_max_width', 'type' => 'text', 'label' => __( 'Registration Maximum Width','ultimate-member' ), 'default' => um_get_metadefault('register_max_width'), 'tooltip' => __('The maximum width this shortcode can take from the page width','ultimate-member'), 'size' => 'small' ), array( 'id' => 'register_align', 'type' => 'select', 'label' => __( 'Registration Shortcode Alignment','ultimate-member' ), 'tooltip' => __( 'The shortcode is centered by default unless you specify otherwise here','ultimate-member' ), 'default' => um_get_metadefault('register_align'), 'options' => array( 'center' => __('Centered'), 'left' => __('Left aligned'), 'right' => __('Right aligned'), ), 'size' => 'small' ), array( 'id' => 'register_icons', 'type' => 'select', 'label' => __( 'Registration Field Icons','ultimate-member' ), 'tooltip' => __( 'This controls the display of field icons in the registration form','ultimate-member' ), 'default' => um_get_metadefault('register_icons'), 'options' => array( 'field' => __('Show inside text field'), 'label' => __('Show with label'), 'off' => __('Turn off'), ), 'size' => 'small' ), array( 'id' => 'register_primary_btn_word', 'type' => 'text', 'label' => __( 'Registration Primary Button Text','ultimate-member' ), 'default' => um_get_metadefault('register_primary_btn_word'), 'tooltip' => __('The text that is used for primary button text','ultimate-member'), 'size' => 'medium' ), array( 'id' => 'register_secondary_btn', 'type' => 'checkbox', 'label' => __( 'Registration Secondary Button','ultimate-member' ), 'default' => 1, 'tooltip' => __('Switch on/off the secondary button display in the form','ultimate-member'), ), array( 'id' => 'register_secondary_btn_word', 'type' => 'text', 'label' => __( 'Registration Secondary Button Text','ultimate-member' ), 'default' => um_get_metadefault('register_secondary_btn_word'), 'tooltip' => __('The text that is used for the secondary button text','ultimate-member'), 'conditional' => array( 'register_secondary_btn', '=', 1 ), 'size' => 'medium' ), array( 'id' => 'register_secondary_btn_url', 'type' => 'text', 'label' => __( 'Registration Secondary Button URL','ultimate-member' ), 'default' => um_get_metadefault('register_secondary_btn_url'), 'tooltip' => __('You can replace default link for this button by entering custom URL','ultimate-member'), 'conditional' => array( 'register_secondary_btn', '=', 1 ), 'size' => 'medium' ), array( 'id' => 'register_role', 'type' => 'select', 'label' => __( 'Registration Default Role','ultimate-member' ), 'tooltip' => __( 'This will be the default role assigned to users registering thru registration form','ultimate-member' ), 'default' => um_get_metadefault('register_role'), 'options' => UM()->roles()->get_roles( $add_default = 'Default' ), 'size' => 'small' ) ) ), 'login_form' => array( 'title' => __( 'Login Form', 'ultimate-member' ), 'fields' => array( array( 'id' => 'login_template', 'type' => 'select', 'label' => __( 'Login Default Template','ultimate-member' ), 'tooltip' => __( 'This will be the default template to output login','ultimate-member' ), 'default' => um_get_metadefault('login_template'), 'options' => UM()->shortcodes()->get_templates( 'login' ), 'size' => 'small' ), array( 'id' => 'login_max_width', 'type' => 'text', 'label' => __( 'Login Maximum Width','ultimate-member' ), 'default' => um_get_metadefault('login_max_width'), 'tooltip' => __('The maximum width this shortcode can take from the page width','ultimate-member'), 'size' => 'small' ), array( 'id' => 'login_align', 'type' => 'select', 'label' => __( 'Login Shortcode Alignment','ultimate-member' ), 'tooltip' => __( 'The shortcode is centered by default unless you specify otherwise here','ultimate-member' ), 'default' => um_get_metadefault('login_align'), 'options' => array( 'center' => __('Centered','ultimate-member'), 'left' => __('Left aligned','ultimate-member'), 'right' => __('Right aligned','ultimate-member'), ), 'size' => 'small' ), array( 'id' => 'login_icons', 'type' => 'select', 'label' => __( 'Login Field Icons','ultimate-member' ), 'tooltip' => __( 'This controls the display of field icons in the login form','ultimate-member' ), 'default' => um_get_metadefault('login_icons'), 'options' => array( 'field' => __('Show inside text field','ultimate-member'), 'label' => __('Show with label','ultimate-member'), 'off' => __('Turn off','ultimate-member'), ), 'size' => 'small' ), array( 'id' => 'login_primary_btn_word', 'type' => 'text', 'label' => __( 'Login Primary Button Text','ultimate-member' ), 'default' => um_get_metadefault('login_primary_btn_word'), 'tooltip' => __('The text that is used for primary button text','ultimate-member'), 'size' => 'medium' ), array( 'id' => 'login_secondary_btn', 'type' => 'checkbox', 'label' => __( 'Login Secondary Button','ultimate-member' ), 'default' => 1, 'tooltip' => __('Switch on/off the secondary button display in the form','ultimate-member'), ), array( 'id' => 'login_secondary_btn_word', 'type' => 'text', 'label' => __( 'Login Secondary Button Text','ultimate-member' ), 'default' => um_get_metadefault('login_secondary_btn_word'), 'tooltip' => __('The text that is used for the secondary button text','ultimate-member'), 'conditional' => array( 'login_secondary_btn', '=', 1 ), 'size' => 'medium' ), array( 'id' => 'login_secondary_btn_url', 'type' => 'text', 'label' => __( 'Login Secondary Button URL','ultimate-member' ), 'default' => um_get_metadefault('login_secondary_btn_url'), 'tooltip' => __('You can replace default link for this button by entering custom URL','ultimate-member'), 'conditional' => array( 'login_secondary_btn', '=', 1 ), 'size' => 'medium' ), array( 'id' => 'login_forgot_pass_link', 'type' => 'checkbox', 'label' => __( 'Login Forgot Password Link','ultimate-member' ), 'default' => 1, 'tooltip' => __('Switch on/off the forgot password link in login form','ultimate-member'), ), array( 'id' => 'login_show_rememberme', 'type' => 'checkbox', 'label' => __( 'Show "Remember Me"','ultimate-member' ), 'default' => 1, 'tooltip' => __('Allow users to choose If they want to stay signed in even after closing the browser. If you do not show this option, the default will be to not remember login session.','ultimate-member'), ) ) ) ) ), 'extensions' => array( 'title' => __( 'Extensions', 'ultimate-member' ) ), 'licenses' => array( 'title' => __( 'Licenses', 'ultimate-member' ), ), 'misc' => array( 'title' => __( 'Misc', 'ultimate-member' ), 'fields' => array( array( 'id' => 'form_asterisk', 'type' => 'checkbox', 'label' => __( 'Show an asterisk for required fields', 'ultimate-member' ), ), array( 'id' => 'profile_title', 'type' => 'text', 'label' => __( 'User Profile Title', 'ultimate-member' ), 'tooltip' => __( 'This is the title that is displayed on a specific user profile', 'ultimate-member' ), 'size' => 'medium' ), array( 'id' => 'profile_desc', 'type' => 'textarea', 'label' => __( 'User Profile Dynamic Meta Description', 'ultimate-member' ), 'tooltip' => __( 'This will be used in the meta description that is available for search-engines.', 'ultimate-member' ), 'args' => array( 'textarea_rows' => 6 ) ), array( 'id' => 'um_profile_object_cache_stop', 'type' => 'checkbox', 'label' => __( 'Disable Cache User Profile', 'ultimate-member' ), 'tooltip' => __( 'Check this box if you would like to disable Ultimate Member user\'s cache.', 'ultimate-member' ), ), array( 'id' => 'enable_blocks', 'type' => 'checkbox', 'label' => __( 'Enable Gutenberg Blocks', 'ultimate-member' ), 'tooltip' => __( 'Check this box if you would like to use Ultimate Member blocks in Gutenberg editor. Important some themes have the conflicts with Gutenberg editor.', 'ultimate-member' ), ), array( 'id' => 'rest_api_version', 'type' => 'select', 'label' => __( 'REST API version','ultimate-member' ), 'tooltip' => __( 'This controls the REST API version, we recommend to use the last version', 'ultimate-member' ), 'options' => array( '1.0' => __( '1.0 version', 'ultimate-member' ), '2.0' => __( '2.0 version', 'ultimate-member' ), ), ), array( 'id' => 'uninstall_on_delete', 'type' => 'checkbox', 'label' => __( 'Remove Data on Uninstall?', 'ultimate-member' ), 'tooltip' => __( 'Check this box if you would like Ultimate Member to completely remove all of its data when the plugin/extensions are deleted.', 'ultimate-member' ), ) ) ), 'install_info' => array( 'title' => __( 'Install Info', 'ultimate-member' ), 'fields' => array( array( 'type' => 'install_info', ), ) ), ) ); } /** * @param $settings * * @return mixed */ function sorting_licenses_options( $settings ) { //sorting licenses if ( empty( $settings['licenses']['fields'] ) ) { return $settings; } $licenses = $settings['licenses']['fields']; @uasort( $licenses, function( $a, $b ) { return strnatcasecmp( $a["label"], $b["label"] ); } ); $settings['licenses']['fields'] = $licenses; //sorting extensions if ( empty( $settings['extensions']['sections'] ) ) { return $settings; } $extensions = $settings['extensions']['sections']; @uasort( $extensions, function( $a, $b ) { return strnatcasecmp( $a["title"], $b["title"] ); } ); $keys = array_keys( $extensions ); if ( $keys[0] != "" ) { $new_key = strtolower( str_replace( " ", "_", $extensions[""]['title'] ) ); $temp = $extensions[""]; $extensions[$new_key] = $temp; $extensions[""] = $extensions[$keys[0]]; unset( $extensions[$keys[0]] ); @uasort( $extensions, function( $a, $b ) { return strnatcasecmp( $a["title"], $b["title"] ); } ); } $settings['extensions']['sections'] = $extensions; return $settings; } /** * @param $tab * @param $section * * @return array */ function get_section_fields( $tab, $section ) { if ( empty( $this->settings_structure[ $tab ] ) ) { return array(); } if ( ! empty( $this->settings_structure[ $tab ]['sections'][ $section ]['fields'] ) ) { return $this->settings_structure[ $tab ]['sections'][ $section ]['fields']; } elseif ( ! empty( $this->settings_structure[ $tab ]['fields'] ) ) { return $this->settings_structure[ $tab ]['fields']; } return array(); } /** * Setup admin menu */ function primary_admin_menu() { add_submenu_page( 'ultimatemember', __( 'Settings', 'ultimate-member' ), __( 'Settings', 'ultimate-member' ), 'manage_options', 'um_options', array( &$this, 'settings_page' ) ); } /** * Settings page callback */ function settings_page() { $current_tab = empty( $_GET['tab'] ) ? '' : urldecode( $_GET['tab'] ); $current_subtab = empty( $_GET['section'] ) ? '' : urldecode( $_GET['section'] ); $settings_struct = $this->settings_structure[$current_tab]; //remove not option hidden fields if ( ! empty( $settings_struct['fields'] ) ) { foreach ( $settings_struct['fields'] as $field_key => $field_options ) { if ( isset( $field_options['is_option'] ) && $field_options['is_option'] === false ) { unset( $settings_struct['fields'][ $field_key ] ); } } } if ( empty( $settings_struct['fields'] ) && empty( $settings_struct['sections'] ) ) { um_js_redirect( add_query_arg( array( 'page' => 'um_options' ), admin_url( 'admin.php' ) ) ); } if ( ! empty( $settings_struct['sections'] ) ) { if ( empty( $settings_struct['sections'][ $current_subtab ] ) ) { um_js_redirect( add_query_arg( array( 'page' => 'um_options', 'tab' => $current_tab ), admin_url( 'admin.php' ) ) ); } } echo '

' . __( 'Ultimate Member - Settings', 'ultimate-member' ) . '

'; echo $this->generate_tabs_menu() . $this->generate_subtabs_menu( $current_tab ); /** * UM hook * * @type action * @title um_settings_page_before_{$current_tab}_{$current_subtab}_content * @description Show some content before settings page content * @change_log * ["Since: 2.0"] * @usage add_action( 'um_settings_page_before_{$current_tab}_{$current_subtab}_content', 'function_name', 10 ); * @example * */ do_action( "um_settings_page_before_" . $current_tab . "_" . $current_subtab . "_content" ); if ( in_array( $current_tab, apply_filters('um_settings_custom_tabs', array( 'licenses', 'install_info' ) ) ) || in_array( $current_subtab, apply_filters( 'um_settings_custom_subtabs', array(), $current_tab ) ) ) { /** * UM hook * * @type action * @title um_settings_page_{$current_tab}_{$current_subtab}_before_section * @description Show some content before section content at settings page * @change_log * ["Since: 2.0"] * @usage add_action( 'um_settings_page_{$current_tab}_{$current_subtab}_before_section', 'function_name', 10 ); * @example * */ do_action( "um_settings_page_" . $current_tab . "_" . $current_subtab . "_before_section" ); $section_fields = $this->get_section_fields( $current_tab, $current_subtab ); $settings_section = $this->render_settings_section( $section_fields, $current_tab, $current_subtab ); /** * UM hook * * @type filter * @title um_settings_section_{$current_tab}_{$current_subtab}_content * * @description Render settings section * @input_vars * [{"var":"$content","type":"string","desc":"Section content"}, * {"var":"$section_fields","type":"array","desc":"Section Fields"}] * @change_log * ["Since: 2.0"] * @usage add_filter( 'um_settings_section_{$current_tab}_{$current_subtab}_content', 'function_name', 10, 2 ); * @example * */ echo apply_filters( 'um_settings_section_' . $current_tab . '_' . $current_subtab . '_content', $settings_section, $section_fields ); } else { ?>
*/ do_action( "um_settings_page_" . $current_tab . "_" . $current_subtab . "_before_section" ); $section_fields = $this->get_section_fields( $current_tab, $current_subtab ); $settings_section = $this->render_settings_section( $section_fields, $current_tab, $current_subtab ); /** * UM hook * * @type filter * @title um_settings_section_{$current_tab}_{$current_subtab}_content * @description Render settings section * @input_vars * [{"var":"$content","type":"string","desc":"Section content"}, * {"var":"$section_fields","type":"array","desc":"Section Fields"}] * @change_log * ["Since: 2.0"] * @usage add_filter( 'um_settings_section_{$current_tab}_{$current_subtab}_content', 'function_name', 10, 2 ); * @example * */ echo apply_filters( 'um_settings_section_' . $current_tab . '_' . $current_subtab . '_content', $settings_section, $section_fields ); ?>

'; switch( $page ) { case 'settings': $menu_tabs = array(); foreach ( $this->settings_structure as $slug => $tab ) { if ( ! empty( $tab['fields'] ) ) { foreach ( $tab['fields'] as $field_key => $field_options ) { if ( isset( $field_options['is_option'] ) && $field_options['is_option'] === false ) { unset( $tab['fields'][ $field_key ] ); } } } if ( ! empty( $tab['fields'] ) || ! empty( $tab['sections'] ) ) { $menu_tabs[ $slug ] = $tab['title']; } } $current_tab = empty( $_GET['tab'] ) ? '' : urldecode( $_GET['tab'] ); foreach ( $menu_tabs as $name => $label ) { $active = ( $current_tab == $name ) ? 'nav-tab-active' : ''; $tabs .= '' . $label . ''; } break; default: /** * UM hook * * @type filter * @title um_generate_tabs_menu_{$page} * @description Generate tabs menu * @input_vars * [{"var":"$tabs","type":"array","desc":"UM menu tabs"}] * @change_log * ["Since: 2.0"] * @usage add_filter( 'um_generate_tabs_menu_{$page}', 'function_name', 10, 1 ); * @example * */ $tabs = apply_filters( 'um_generate_tabs_menu_' . $page, $tabs ); break; } return $tabs . ''; } /** * @param string $tab * * @return string */ function generate_subtabs_menu( $tab = '' ) { if ( empty( $this->settings_structure[ $tab ]['sections'] ) ) { return ''; } $menu_subtabs = array(); foreach ( $this->settings_structure[ $tab ]['sections'] as $slug => $subtab ) { $menu_subtabs[ $slug ] = $subtab['title']; } $subtabs = '
'; } /** * Handler for settings forms * when "Save Settings" button click * */ function save_settings_handler() { if ( isset( $_POST['um-settings-action'] ) && 'save' == $_POST['um-settings-action'] && ! empty( $_POST['um_options'] ) ) { $nonce = ! empty( $_POST['__umnonce'] ) ? $_POST['__umnonce'] : ''; if ( ( ! wp_verify_nonce( $nonce, 'um-settings-nonce' ) || empty( $nonce ) ) || ! current_user_can( 'manage_options' ) ) { // This nonce is not valid. wp_die( 'Security Check' ); } /** * UM hook * * @type action * @title um_settings_before_save * @description Before settings save action * @change_log * ["Since: 2.0"] * @usage add_action( 'um_settings_before_save', 'function_name', 10 ); * @example * */ do_action( "um_settings_before_save" ); /** * UM hook * * @type filter * @title um_change_settings_before_save * @description Change settings before save * @input_vars * [{"var":"$settings","type":"array","desc":"UM Settings on save"}] * @change_log * ["Since: 2.0"] * @usage add_filter( 'um_change_settings_before_save', 'function_name', 10, 1 ); * @example * */ $settings = apply_filters( 'um_change_settings_before_save', $_POST['um_options'] ); foreach ( $settings as $key => $value ) { UM()->options()->update( $key, $value ); } /** * UM hook * * @type action * @title um_settings_save * @description After settings save action * @change_log * ["Since: 2.0"] * @usage add_action( 'um_settings_save', 'function_name', 10 ); * @example * */ do_action( 'um_settings_save' ); //redirect after save settings $arg = array( 'page' => 'um_options', ); if ( ! empty( $_GET['tab'] ) ) { $arg['tab'] = $_GET['tab']; } if ( ! empty( $_GET['section'] ) ) { $arg['section'] = $_GET['section']; } um_js_redirect( add_query_arg( $arg, admin_url( 'admin.php' ) ) ); } } /** * Remove empty values from multi text fields * * @param $settings * @return array */ function remove_empty_values( $settings ) { $tab = ''; if ( ! empty( $_GET['tab'] ) ) { $tab = $_GET['tab']; } $section = ''; if ( ! empty( $_GET['section'] ) ) { $section = $_GET['section']; } if ( isset( $this->settings_structure[ $tab ]['sections'][ $section ]['fields'] ) ) { $fields = $this->settings_structure[ $tab ]['sections'][ $section ]['fields']; } else { $fields = $this->settings_structure[ $tab ]['fields']; } if ( empty( $fields ) ) { return $settings; } $filtered_settings = array(); foreach ( $settings as $key => $value ) { $filtered_settings[ $key ] = $value; foreach ( $fields as $field ) { if ( $field['id'] == $key && isset( $field['type'] ) && $field['type'] == 'multi_text' ) { $filtered_settings[ $key ] = array_filter( $settings[ $key ] ); } } } return $filtered_settings; } /** * */ function check_permalinks_changes() { if ( ! empty( $_POST['um_options']['permalink_base'] ) ) { if ( UM()->options()->get( 'permalink_base' ) != $_POST['um_options']['permalink_base'] ) { $this->need_change_permalinks = true; } } } /** * */ function on_settings_save() { if ( ! empty( $_POST['um_options'] ) ) { if ( ! empty( $_POST['um_options']['pages_settings'] ) ) { $post_ids = new \WP_Query( array( 'post_type' => 'page', 'meta_query' => array( array( 'key' => '_um_core', 'compare' => 'EXISTS' ) ), 'posts_per_page' => -1, 'fields' => 'ids' ) ); $post_ids = $post_ids->get_posts(); if ( ! empty( $post_ids ) ) { foreach ( $post_ids as $post_id ) { delete_post_meta( $post_id, '_um_core' ); } } foreach ( $_POST['um_options'] as $option_slug => $post_id ) { $slug = str_replace( 'core_', '', $option_slug ); update_post_meta( $post_id, '_um_core', $slug ); } } elseif ( ! empty( $_POST['um_options']['permalink_base'] ) ) { if ( ! empty( $this->need_change_permalinks ) ) { $users = get_users( array( 'fields' => 'ids', ) ); if ( ! empty( $users ) ) { foreach ( $users as $user_id ) { UM()->user()->generate_profile_slug( $user_id ); } } } } } } /** * */ function before_licenses_save() { if ( empty( $_POST['um_options'] ) || empty( $_POST['licenses_settings'] ) ) { return; } foreach ( $_POST['um_options'] as $key => $value ) { $this->previous_licenses[ $key ] = UM()->options()->get( $key ); } } /** * */ function licenses_save() { if ( empty( $_POST['um_options'] ) || empty( $_POST['licenses_settings'] ) ) { return; } foreach ( $_POST['um_options'] as $key => $value ) { $edd_action = ''; $license_key = ''; if ( empty( $this->previous_licenses[ $key ] ) && ! empty( $value ) || ( ! empty( $this->previous_licenses[ $key ] ) && ! empty( $value ) && $this->previous_licenses[ $key ] != $value ) ) { $edd_action = 'activate_license'; $license_key = $value; } elseif ( ! empty( $this->previous_licenses[ $key ] ) && empty( $value ) ) { $edd_action = 'deactivate_license'; $license_key = $this->previous_licenses[ $key ]; } elseif ( ! empty( $this->previous_licenses[ $key ] ) && ! empty( $value ) ) { $edd_action = 'check_license'; $license_key = $value; } if ( empty( $edd_action ) ) { continue; } $item_name = false; $version = false; $author = false; foreach ( $this->settings_structure['licenses']['fields'] as $field_data ) { if ( $field_data['id'] == $key ) { $item_name = ! empty( $field_data['item_name'] ) ? $field_data['item_name'] : false; $version = ! empty( $field_data['version'] ) ? $field_data['version'] : false; $author = ! empty( $field_data['author'] ) ? $field_data['author'] : false; } } $api_params = array( 'edd_action' => $edd_action, 'license' => $license_key, 'item_name' => $item_name, 'version' => $version, 'author' => $author, 'url' => home_url(), ); $request = wp_remote_post( UM()->store_url, array( 'timeout' => UM()->request_timeout, 'sslverify' => false, 'body' => $api_params ) ); if ( ! is_wp_error( $request ) ) { $request = json_decode( wp_remote_retrieve_body( $request ) ); } $request = ( $request ) ? maybe_unserialize( $request ) : false; if ( $edd_action == 'activate_license' || $edd_action == 'check_license' ) { update_option( "{$key}_edd_answer", $request ); } else { delete_option( "{$key}_edd_answer" ); } } } /** * */ function settings_before_email_tab() { $email_key = empty( $_GET['email'] ) ? '' : urldecode( $_GET['email'] ); $emails = UM()->config()->email_notifications; if ( empty( $email_key ) || empty( $emails[ $email_key ] ) ) { include_once um_path . 'includes/admin/core/list-tables/emails-list-table.php'; } } /** * @param $section * * @return string */ function settings_email_tab( $section ) { $email_key = empty( $_GET['email'] ) ? '' : urldecode( $_GET['email'] ); $emails = UM()->config()->email_notifications; if ( empty( $email_key ) || empty( $emails[ $email_key ] ) ) { return $section; } $in_theme = UM()->mail()->template_in_theme( $email_key ); /** * UM hook * * @type filter * @title um_admin_settings_email_section_fields * @description Extend UM Email Settings * @input_vars * [{"var":"$settings","type":"array","desc":"UM Email Settings"}, * {"var":"$email_key","type":"string","desc":"Email Key"}] * @change_log * ["Since: 2.0"] * @usage add_filter( 'um_admin_settings_email_section_fields', 'function_name', 10, 2 ); * @example * */ $section_fields = apply_filters( 'um_admin_settings_email_section_fields', array( array( 'id' => 'um_email_template', 'type' => 'hidden', 'value' => $email_key, ), array( 'id' => $email_key . '_on', 'type' => 'checkbox', 'label' => $emails[ $email_key ]['title'], 'tooltip' => $emails[ $email_key ]['description'], ), array( 'id' => $email_key . '_sub', 'type' => 'text', 'label' => __( 'Subject Line', 'ultimate-member' ), 'conditional' => array( $email_key . '_on', '=', 1 ), 'tooltip' => __( 'This is the subject line of the e-mail', 'ultimate-member' ), ), array( 'id' => $email_key, 'type' => 'email_template', 'label' => __( 'Message Body', 'ultimate-member' ), 'conditional' => array( $email_key . '_on', '=', 1 ), 'tooltip' => __( 'This is the content of the e-mail', 'ultimate-member' ), 'value' => UM()->mail()->get_email_template( $email_key ), 'in_theme' => $in_theme ), ), $email_key ); return $this->render_settings_section( $section_fields, 'email', $email_key ); } /** * */ function settings_appearance_profile_tab() { wp_enqueue_media(); } /** * @param $html * @param $section_fields * * @return string */ function settings_licenses_tab( $html, $section_fields ) { ob_start(); ?>
options()->get( $field_data['id'] ); $value = isset( $option_value ) && ! empty( $option_value ) ? $option_value : ( isset( $field_data['default'] ) ? $field_data['default'] : '' ); $license = get_option( "{$field_data['id']}_edd_answer" ); if ( is_object( $license ) && ! empty( $value ) ) { // activate_license 'invalid' on anything other than valid, so if there was an error capture it if ( empty( $license->success ) ) { if ( ! empty( $license->error ) ) { switch ( $license->error ) { case 'expired' : $class = 'expired'; $messages[] = sprintf( __( 'Your license key expired on %s. Please renew your license key.', 'ultimate-member' ), date_i18n( get_option( 'date_format' ), strtotime( $license->expires, current_time( 'timestamp' ) ) ), 'https://ultimatemember.com/checkout/?edd_license_key=' . $value . '&utm_campaign=admin&utm_source=licenses&utm_medium=expired' ); $license_status = 'license-' . $class . '-notice'; break; case 'revoked' : $class = 'error'; $messages[] = sprintf( __( 'Your license key has been disabled. Please contact support for more information.', 'ultimate-member' ), 'https://ultimatemember.com/support?utm_campaign=admin&utm_source=licenses&utm_medium=revoked' ); $license_status = 'license-' . $class . '-notice'; break; case 'missing' : $class = 'error'; $messages[] = sprintf( __( 'Invalid license. Please visit your account page and verify it.', 'ultimate-member' ), 'https://ultimatemember.com/account?utm_campaign=admin&utm_source=licenses&utm_medium=missing' ); $license_status = 'license-' . $class . '-notice'; break; case 'invalid' : case 'site_inactive' : $class = 'error'; $messages[] = sprintf( __( 'Your %s is not active for this URL. Please visit your account page to manage your license key URLs.', 'ultimate-member' ), $field_data['item_name'], 'https://ultimatemember.com/account?utm_campaign=admin&utm_source=licenses&utm_medium=invalid' ); $license_status = 'license-' . $class . '-notice'; break; case 'item_name_mismatch' : $class = 'error'; $messages[] = sprintf( __( 'This appears to be an invalid license key for %s.', 'ultimate-member' ), $field_data['item_name'] ); $license_status = 'license-' . $class . '-notice'; break; case 'no_activations_left': $class = 'error'; $messages[] = sprintf( __( 'Your license key has reached its activation limit. View possible upgrades now.', 'ultimate-member' ), 'https://ultimatemember.com/account' ); $license_status = 'license-' . $class . '-notice'; break; case 'license_not_activable': $class = 'error'; $messages[] = __( 'The key you entered belongs to a bundle, please use the product specific license key.', 'ultimate-member' ); $license_status = 'license-' . $class . '-notice'; break; default : $class = 'error'; $error = ! empty( $license->error ) ? $license->error : __( 'unknown_error', 'ultimate-member' ); $messages[] = sprintf( __( 'There was an error with this license key: %s. Please contact our support team.', 'ultimate-member' ), $error, 'https://ultimatemember.com/support' ); $license_status = 'license-' . $class . '-notice'; break; } } else { $class = 'error'; $error = ! empty( $license->error ) ? $license->error : __( 'unknown_error', 'ultimate-member' ); $messages[] = sprintf( __( 'There was an error with this license key: %s. Please contact our support team.', 'ultimate-member' ), $error, 'https://ultimatemember.com/support' ); $license_status = 'license-' . $class . '-notice'; } } elseif ( ! empty( $license->errors ) ) { $errors = array_keys( $license->errors ); $errors_data = array_values( $license->errors ); $class = 'error'; $error = ! empty( $errors[0] ) ? $errors[0] : __( 'unknown_error', 'ultimate-member' ); $errors_data = ! empty( $errors_data[0][0] ) ? ', ' . $errors_data[0][0] : ''; $messages[] = sprintf( __( 'There was an error with this license key: %s%s. Please contact our support team.', 'ultimate-member' ), $error, $errors_data, 'https://ultimatemember.com/support' ); $license_status = 'license-' . $class . '-notice'; } else { switch( $license->license ) { case 'expired' : $class = 'expired'; $messages[] = sprintf( __( 'Your license key expired on %s. Please renew your license key.', 'ultimate-member' ), date_i18n( get_option( 'date_format' ), strtotime( $license->expires, current_time( 'timestamp' ) ) ), 'https://ultimatemember.com/checkout/?edd_license_key=' . $value . '&utm_campaign=admin&utm_source=licenses&utm_medium=expired' ); $license_status = 'license-' . $class . '-notice'; break; case 'revoked' : $class = 'error'; $messages[] = sprintf( __( 'Your license key has been disabled. Please contact support for more information.', 'ultimate-member' ), 'https://ultimatemember.com/support?utm_campaign=admin&utm_source=licenses&utm_medium=revoked' ); $license_status = 'license-' . $class . '-notice'; break; case 'missing' : $class = 'error'; $messages[] = sprintf( __( 'Invalid license. Please visit your account page and verify it.', 'ultimate-member' ), 'https://ultimatemember.com/account?utm_campaign=admin&utm_source=licenses&utm_medium=missing' ); $license_status = 'license-' . $class . '-notice'; break; case 'invalid' : case 'site_inactive' : $class = 'error'; $messages[] = sprintf( __( 'Your %s is not active for this URL. Please visit your account page to manage your license key URLs.', 'ultimate-member' ), $field_data['item_name'], 'https://ultimatemember.com/account?utm_campaign=admin&utm_source=licenses&utm_medium=invalid' ); $license_status = 'license-' . $class . '-notice'; break; case 'item_name_mismatch' : $class = 'error'; $messages[] = sprintf( __( 'This appears to be an invalid license key for %s.', 'ultimate-member' ), $field_data['item_name'] ); $license_status = 'license-' . $class . '-notice'; break; case 'no_activations_left': $class = 'error'; $messages[] = sprintf( __( 'Your license key has reached its activation limit. View possible upgrades now.', 'ultimate-member' ), 'https://ultimatemember.com/account' ); $license_status = 'license-' . $class . '-notice'; break; case 'license_not_activable': $class = 'error'; $messages[] = __( 'The key you entered belongs to a bundle, please use the product specific license key.', 'ultimate-member' ); $license_status = 'license-' . $class . '-notice'; break; case 'valid' : default: $class = 'valid'; $now = current_time( 'timestamp' ); $expiration = strtotime( $license->expires, $now ); if( 'lifetime' === $license->expires ) { $messages[] = __( 'License key never expires.', 'ultimate-member' ); $license_status = 'license-lifetime-notice'; } elseif( $expiration > $now && $expiration - $now < ( DAY_IN_SECONDS * 30 ) ) { $messages[] = sprintf( __( 'Your license key expires soon! It expires on %s. Renew your license key.', 'ultimate-member' ), date_i18n( get_option( 'date_format' ), strtotime( $license->expires, current_time( 'timestamp' ) ) ), 'https://ultimatemember.com/checkout/?edd_license_key=' . $value . '&utm_campaign=admin&utm_source=licenses&utm_medium=renew' ); $license_status = 'license-expires-soon-notice'; } else { $messages[] = sprintf( __( 'Your license key expires on %s.', 'ultimate-member' ), date_i18n( get_option( 'date_format' ), strtotime( $license->expires, current_time( 'timestamp' ) ) ) ); $license_status = 'license-expiration-date-notice'; } break; } } } else { $class = 'empty'; $messages[] = sprintf( __( 'To receive updates, please enter your valid %s license key.', 'ultimate-member' ), $field_data['item_name'] ); $license_status = null; } ?>
license ) || 'valid' == $license ) ) { ?>

Name . ' ' . $theme_data->Version; // Identify Hosting Provider $host = um_get_host(); um_fetch_user( get_current_user_id() ); if ( isset( $this->content ) ) { echo $this->content; } else { ?>

Install Info

admin_forms_settings( array( 'class' => 'um_options-' . $current_tab . '-' . $current_subtab . ' um-third-column', 'prefix_id' => 'um_options', 'fields' => $section_fields ) )->render_form(); ?> mail()->get_template_file( 'theme', $template ); if ( ! file_exists( $theme_template_path ) ) { UM()->mail()->copy_email_template( $template ); } $fp = fopen( $theme_template_path, "w" ); $result = fputs( $fp, $content ); fclose( $fp ); if ( $result !== false ) { unset( $settings['um_email_template'] ); unset( $settings[ $template ] ); } return $settings; } } }