' . __( 'Disabled', 'wp-super-cache' ) . '' : '' . __( 'Enabled', 'wp-super-cache' ) . ''; ?>

if( defined( 'WPLOCKDOWN' ) && constant( 'WPLOCKDOWN' ) ) {     echo ""; }

'; echo ""; echo '
'; wp_nonce_field( 'wp-cache' ); echo ''; ?>

'; if( is_array( $cached_direct_pages ) ) { $out = ''; foreach( $cached_direct_pages as $page ) { if( $page == '' ) continue; $generated = ''; if( is_file( ABSPATH . $page . '/index.html' ) ) $generated = ''; $out .= "$generated"; } if( $out != '' ) { ?>"; } } if ( 'READONLY' !== $readonly ) { echo esc_html__( 'Add direct page:', 'wp-super-cache' ) . ''; } echo '

' . sprintf( esc_html__( 'Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page.', 'wp-super-cache' ), esc_attr( ABSPATH ) ) . '

'; if ( 'READONLY' !== $readonly ) { echo '

' . sprintf( __( 'For example: to cache %1$sabout/, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page.', 'wp-super-cache' ), esc_attr( trailingslashit( get_option( 'home' ) ) ) ) . '

'; echo '

' . esc_html__( 'Make the textbox blank to remove it from the list of direct pages and delete the cached file.', 'wp-super-cache' ) . '

'; echo '
'; } wp_nonce_field( 'wp-cache' ); echo ''; ?> ';