????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.189.11.177 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.se/wp-content/plugins/cornerstone/includes/config/admin/ |
Upload File : |
<?php $controls = array( 'allowed_post_types' => array( 'type' => 'multi-select', 'ui' => array( 'title' => __( 'Allowed Post Types', 'cornerstone' ), 'description' => __( 'Select which post types to enable for the Content Builder.', 'cornerstone' ), ), 'options' => array( 'placeholder' => __( 'Click to select post types.', 'cornerstone' ), 'choices' => $this->component( 'Settings_Handler' )->get_post_type_choices() ) ), 'permitted_roles' => array( 'type' => 'multi-select', 'ui' => array( 'title' => __( 'Content Roles', 'cornerstone' ), 'description' => __( 'Allow content editing for roles other than Administrator.', 'cornerstone' ), ), 'options' => array( 'placeholder' => __( 'Click to choose additional roles.', 'cornerstone' ), 'choices' => $this->component( 'Settings_Handler' )->get_role_choices() ) ), 'show_wp_toolbar' => array( 'type' => 'checkbox', 'ui' => array( 'title' => __( 'Show WordPress Toolbar', 'cornerstone' ), 'description' => __( 'While working in the application, you may opt to display the WordPress toolbar.', 'cornerstone' ), ) ), 'visual_enhancements' => array( 'type' => 'checkbox', 'ui' => array( 'title' => __( 'Fun Mode', 'cornerstone' ), 'description' => __( 'Turns on creative save messages.', 'cornerstone' ), ) ), 'help_text' => array( 'type' => 'checkbox', 'ui' => array( 'title' => __( 'Help Text', 'cornerstone' ), 'description' => __( 'Show helpful inline messaging throughout the tool to describe various features.', 'cornerstone' ), ) ), 'custom_app_slug' => array( 'type' => 'text', 'ui' => array( 'title' => __( 'Custom Path', 'cornerstone' ), 'description' => __( 'Change the path used to load the main interface.', 'cornerstone' ), ), 'options' => array( 'placeholder' => apply_filters( 'cornerstone_default_app_slug', 'cornerstone' ) ), ), 'hide_access_path' => array( 'type' => 'checkbox', 'ui' => array( 'title' => __( 'Hide Access Path', 'cornerstone' ), 'description' => __( 'Logged out users trying to access the interface will see a 404 instead of a login prompt.', 'cornerstone' ), ) ) ); return $controls;