: [?]'; ?>
: [?]'; ?>
: [?]'; ?>
: uploads directory. This directory must be writable.', 'aronia' ) . '">[?]'; ?> <
: [?]'; ?> ' . esc_url($sysinfo['wp_content_url']) . ' '; ?>
: [?]'; ?>
: [?]'; ?>
: Permalinks.', 'aronia' ) . '">[?]'; ?>
: [?]'; ?>
: [?]'; ?>
: [?]'; ?>
: [?]'; ?> ' . sprintf(__( '%s - We recommend setting memory to at least 128MB. See: Increasing memory allocated to PHP', 'aronia' ), esc_html($sysinfo['wp_mem_limit']['size']), 'http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP' ) . ''; } else { echo '' . esc_html($sysinfo['wp_mem_limit']['size']) . ''; } ?>
: [?]'; ?>
: [?]'; ?> ' . '✔' . ''; } else { echo '' . '–' . ''; } ?>
: [?]'; ?>
: [?]'; ?> $value ) { echo '' . esc_html(ucfirst( $key )) . ': ' . esc_html($value) . '
'; } ?>
[?]'; if ( $sysinfo['fsockopen_curl'] === 'true' ) { $posting['fsockopen_curl']['success'] = true; } else { $posting['fsockopen_curl']['success'] = false; $posting['fsockopen_curl']['note'] = esc_html__( 'Your server does not have fsockopen or cURL enabled - cURL is used to communicate with other servers. Please contact your hosting provider.', 'aronia' ) . ''; } // WP Remote Post Check $posting['wp_remote_post']['name'] = esc_html__( 'Remote Post', 'aronia' ); $posting['wp_remote_post']['help'] = '[?]'; if ( $sysinfo['wp_remote_post'] === 'true' ) { $posting['wp_remote_post']['success'] = true; } else { $posting['wp_remote_post']['note'] = esc_html__( 'wp_remote_post() failed. Many advanced features may not function. Contact your hosting provider.', 'aronia' ); if ( $sysinfo['wp_remote_post_error'] ) { $posting['wp_remote_post']['note'] .= ' ' . sprintf(__( 'Error: %s', 'aronia' ), codeless_clean( $sysinfo['wp_remote_post_error'] ) ); } $posting['wp_remote_post']['success'] = false; } // WP Remote Get Check $posting['wp_remote_get']['name'] = esc_html__( 'Remote Get', 'aronia' ); $posting['wp_remote_get']['help'] = '[?]'; if ( $sysinfo['wp_remote_get'] === 'true' ) { $posting['wp_remote_get']['success'] = true; } else { $posting['wp_remote_get']['note'] = esc_html__( 'wp_remote_get() failed. This is needed to get information from remote servers. Contact your hosting provider.', 'aronia' ); if ( $sysinfo['wp_remote_get_error'] ) { $posting['wp_remote_get']['note'] .= ' ' . sprintf(__( 'Error: %s', 'aronia' ), codeless_clean( $sysinfo['wp_remote_get_error'] ) ); } $posting['wp_remote_get']['success'] = false; } $posting = apply_filters( 'codeless_debug_posting', $posting ); foreach ( $posting as $post ) { $mark = ! empty( $post['success'] ) ? 'yes' : 'error'; ?>
: [?]'; ?>
: [?]'; ?> ' . '✔' . ''; } else { echo '' . '–' . ''; } ?>
: [?]'; ?>
: [?]'; ?> ' . esc_html($sysinfo['abspath']) . ''; ?>
: [?]'; ?>
: [?]'; ?>
: [?]'; ?> ' . sprintf(__( '%s - We recommend setting max execution time to at least 180.
To import classic demo content, 300 seconds of max execution time is required.
See: Increasing max execution to PHP', 'aronia' ), esc_html($sysinfo['php_time_limit']), 'http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP' ) . ''; }else{ echo '' .esc_html($sysinfo['php_time_limit']) .''; } ?>
: [?]'; ?> ' . sprintf(__( '%s - Recommended Value: 1728. Max input vars limitation will truncate POST
data such as menus. Increasing max input vars limit.', 'aronia' ), esc_html($sysinfo['php_max_input_var']), 'http://sevenspark.com/docs/ubermenu-3/faqs/menu-item-limit' ) . ''; } else { echo '' .esc_html($sysinfo['php_max_input_var']) . ''; } ?>
: [?]'; ?> ' . '✔' . ''; } else { echo '' . '–' . ''; } ?>
: [?]'; ?> ' . '✔' . ''; } else { echo '' . '–' . ''; } ?>
: [?]'; ?>
: [?]'; ?> ' . sprintf(__( '%s - Recommended Value: 10M. Max Upload Size need to be at least 10M
', 'aronia' ), esc_html($sysinfo['max_upload_size']) ) . ''; ?>
: [?]'; ?> ' . '✕ ' . sprintf(__( 'Default timezone is %s - it should be UTC', 'aronia' ), esc_html(date_default_timezone_get()) ) . ''; } else { echo '' . '✔' . ''; } ?>
:
$plugin_data ) { $version_string = ''; $network_string = ''; if ( ! empty( $plugin_data['Name'] ) ) { // link the plugin name to the plugin url if available $plugin_name = esc_html( $plugin_data['Name'] ); if ( ! empty( $plugin_data['PluginURI'] ) ) { $plugin_name = '' . esc_html($plugin_name) . ''; } ?>
()
 
$data ) { $inst_name = ucwords( str_replace( array( '_', '-' ), ' ', $inst ) ); $args = $data['args']; ?> $found_plugin_files ) { ?>
opt_name: [?]'; ?>
global_variable: [?]'; ?>
dev_mode: [?]'; ?> ' . '✔' . '' : '' . '–' . ''; ?>
ajax_save: [?]'; ?> ' . '✔' . '' : '' . '–' . ''; ?>
page_slug: [?]'; ?>
page_permissions: [?]'; ?>
menu_type: [?]'; ?>
page_parent: [?]'; ?>
compiler: [?]'; ?> ' . '✔' . '' : '' . '–' . ''; ?>
output: [?]'; ?> ' . '✔' . '' : '' . '–' . ''; ?>
output_tag: [?]'; ?> ' . '✔' . '' : '' . '–' . ''; ?>
template_path: [?]'; ?> ' . esc_html($args['templates_path']) . ''; ?>
: [?]'; ?> ', $found_plugin_files ); ?>
[?]'; ?> $arr ) { $ver = $arr['version']; echo '' . ucwords( str_replace( array( '_', '-' ), ' ', $name ) ) . ' - ' . esc_html($ver); ?>
: [?]'; ?>
: [?]'; ?> Version, '!=' ) ) { echo ' – ' . esc_html($theme_version_data['version']) . ' ' . esc_html__( 'is available', 'aronia' ) . ''; } ?>
: [?]'; ?>
: [?]'; ?> ' . '✔' . '' : '✕
' . sprintf(__( 'If you\'re modifying codeless Framework or a parent theme you didn\'t build personally, we recommend using a child theme. See: How to create a child theme', 'aronia' ), 'http://codex.wordpress.org/Child_Themes' ) . ''; ?>
: [?]'; ?>
: [?]'; ?>
: [?]'; ?>