'; echo '
'; echo '
'; echo '

' . __( 'Fix problems with the plugin by debugging it here. It will log to a file in your cache directory.', 'wp-super-cache' ) . '

'; // $wp_cache_debug_log is declared when this file is included. // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable if ( ! isset( $wp_cache_debug_log ) || $wp_cache_debug_log == '' ) { extract( wpsc_create_debug_log() ); // $wp_cache_debug_log, $wp_cache_debug_username } // $cache_path and $wp_cache_debug_log is declared when this file is included. // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable $log_file_link = "$wp_cache_debug_log"; if ( $wp_super_cache_debug == 1 ) { echo "

" . sprintf( __( 'Currently logging to: %s', 'wp-super-cache' ), $log_file_link ) . "

"; } else { echo "

" . sprintf( __( 'Last Logged to: %s', 'wp-super-cache' ), $log_file_link ) . "

"; } echo "

" . sprintf( __( 'Username/Password: %s', 'wp-super-cache' ), $wp_cache_debug_username ) . "

"; echo '
'; wp_nonce_field('wp-cache'); echo ""; submit_button( __( 'Delete', 'wp-super-cache' ), 'delete', 'wpsc_delete_log_form', false ); echo "
"; echo '
'; if ( ! isset( $wp_super_cache_debug ) || $wp_super_cache_debug == 0 ) { $debug_status_message = __( 'Enable Logging', 'wp-super-cache' ); $not_status = 1; } else { $debug_status_message = __( 'Disable Logging', 'wp-super-cache' ); $not_status = 0; } echo ""; wp_nonce_field('wp-cache'); submit_button( $debug_status_message, 'primary', 'wpsc_log_status', true ); echo "
"; echo '
'; echo '
'; echo '
'; echo "
"; echo ""; echo ""; echo ""; echo "
" . __( 'IP Address', 'wp-super-cache' ) . " " . sprintf( __( '(only log requests from this IP address. Your IP is %s)', 'wp-super-cache' ), $_SERVER[ 'REMOTE_ADDR' ] ) . "
" . __( 'Cache Status Messages', 'wp-super-cache' ) . " " . __( 'enabled', 'wp-super-cache' ) . "
"; echo __( 'Display comments at the end of every page like this:', 'wp-super-cache' ) . "
"; echo "
<!-- Dynamic page generated in 0.450 seconds. -->
	<!-- Cached page generated by WP-Super-Cache on " . date( "Y-m-d H:i:s", time() ) . " -->
	<!-- super cache -->
\n"; if ( isset( $wp_super_cache_advanced_debug ) ) { echo "
" . __( 'Advanced', 'wp-super-cache' ) . "

" . __( 'In very rare cases two problems may arise on some blogs:

  1. The front page may start downloading as a zip file.
  2. The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is /%category%/%postname%/.
', 'wp-super-cache' ) . '

'; echo "

" . __( 'I’m 99% certain that they aren’t bugs in WP Super Cache and they only happen in very rare cases but you can run a simple check once every 5 minutes to verify that your site is ok if you’re worried. You will be emailed if there is a problem.', 'wp-super-cache' ) . "

"; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
" . __( 'Check front page every 5 minutes.', 'wp-super-cache' ) . "
" . __( 'Front page text', 'wp-super-cache' ) . " (" . __( 'Text to search for on your front page. If this text is missing, the cache will be cleared. Leave blank to disable.', 'wp-super-cache' ) . ")
" . __( 'Clear cache on error.', 'wp-super-cache' ) . "
" . __( 'Email the blog admin when checks are made. (useful for testing)', 'wp-super-cache' ) . "
\n"; } echo '
'; wp_nonce_field('wp-cache'); echo "
\n"; echo '
'; echo '
'; echo '
';