_config->get_string( 'minify.engine' ) ), '' . esc_html__( 'enabled', 'w3-total-cache' ) : 'disabled">' . esc_html__( 'disabled', 'w3-total-cache' ) ) . '' ), array( 'span' => array( 'class' => array(), ), ) ); ?>

' ), array( 'input' => array( 'type' => array(), 'name' => array(), 'value' => array(), 'disabled' => array(), 'class' => array(), ), ) ); ?> ' ), array( 'input' => array( 'type' => array(), 'name' => array(), 'value' => array(), 'disabled' => array(), 'class' => array(), ), ) ); ?>

'minify.error.notification', 'control' => 'selectbox', 'selectbox_values' => array( '' => esc_html__( 'Disabled', 'w3-total-cache' ), 'admin' => esc_html__( 'Admin Notification', 'w3-total-cache' ), 'email' => esc_html__( 'Email Notification', 'w3-total-cache' ), 'admin,email' => esc_html__( 'Both Admin & Email Notification', 'w3-total-cache' ), ), 'description' => esc_html__( 'Notify when minify cache creation errors occur.', 'w3-total-cache' ), ) ); ?>
checkbox( 'minify.rewrite', $minify_rewrite_disabled, '', true, ( ! Util_Rule::can_check_rules() ? false : null ) ); ?>

', '', '', '' ), array( 'acronym' => array( 'title' => array(), ), ) ); ?>

checkbox( 'minify.reject.logged' ); ?>

', '', '', '' ), array( 'acronym' => array( 'title' => array(), ), ) ), '', 'html_xml' ); ?>
', '' ), array( 'acronym' => array( 'title' => array(), ), ) ); ?> checkbox( 'minify.html.enable' ); ?>
checkbox( 'minify.html.inline.css', false, 'html_' ); ?>
checkbox( 'minify.html.inline.js', false, 'html_' ); ?>
checkbox( 'minify.html.reject.feed', false, 'html_' ); ?>

', '' ), '', 'js' ); ?> 'minify.js.enable', 'label' => sprintf( // translators: 1 opening HTML acronym tag, 2 closing HTML acronym tag. __( '%1$sJS%2$s minify settings:', 'w3-total-cache' ), '', '' ), 'control' => 'checkbox', 'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ), ) ); ?> 'minify.js.method', 'label' => esc_html__( 'Minify method:', 'w3-total-cache' ), 'control' => 'selectbox', 'selectbox_values' => array( 'both' => array( 'label' => esc_html__( 'Combine & Minify', 'w3-total-cache' ), ), 'minify' => array( 'label' => esc_html__( 'Minify only', 'w3-total-cache' ), ), 'combine' => array( 'label' => esc_html__( 'Combine only', 'w3-total-cache' ), ), ), ) ); endif; ?> 'minify.js.http2push', 'label' => 'HTTP/2 push', 'control' => 'checkbox', 'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ), 'description' => wp_kses( sprintf( // translators: 1 opening HTML acronym tag for HTTP (Hypertext Transfer Protocol), 2 closing HTML acronym tag. __( 'For better performance, send files to browser before they are requested when using the %1$sHTTP%2$s/2 protocol.', 'w3-total-cache' ), '', '' ), array( 'acronym' => array( 'title' => array(), ), ) ) . ( 'file_generic' !== $this->_config->get_string( 'pgcache.engine' ) ? '' : wp_kses( sprintf( // translators: 1 HTML line break tag followed by opening HTML b tag, 2 closing HTML b tag. __( ' %1$sNot supported by "Disk: Enhanced" page cache method for Nginx%2$s', 'w3-total-cache' ), '
', '' ), array( 'br' => array(), 'b' => array(), ) ) ), ) ); ?>
', '' ), array( 'span' => array( 'class' => array(), ), ) ); ?> radio( 'minify.js.combine.header', false, false, 'js_' ); ?> radio( 'minify.js.combine.header', true, false, 'js_' ); ?>
radio( 'minify.js.combine.body', false, $auto, 'js_' ); ?> radio( 'minify.js.combine.body', true ); ?>
radio( 'minify.js.combine.footer', false, $auto, 'js_' ); ?> radio( 'minify.js.combine.footer', true ); ?>
', '' ), array( 'acronym' => array( 'title' => array(), ), ) ); ?>

    $js_templates ) : if ( isset( $templates[ $js_theme ] ) ) : $index = 0; foreach ( $js_templates as $js_template => $js_locations ) : foreach ( (array) $js_locations as $js_location => $js_config ) : if ( ! empty( $js_config['files'] ) ) : foreach ( (array) $js_config['files'] as $js_file ) : $index++; ?>
  •  
    . name="js_files[][][][]" value="" size="70" />
', '' ), '', 'css' ); ?> 'minify.css.enable', 'label' => wp_kses( sprintf( // translators: 1 opening HTML acronym tag, 2 closing HTML acronym tag. __( '%1$sCSS%2$s minify settings:', 'w3-total-cache' ), '', '' ), array( 'acronym' => array( 'title' => array(), ), ) ), 'control' => 'checkbox', 'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ), ) ); ?> 'minify.css.method', 'label' => __( 'Minify method:', 'w3-total-cache' ), 'control' => 'selectbox', 'selectbox_values' => array( 'both' => array( 'label' => esc_html__( 'Combine & Minify', 'w3-total-cache' ), ), 'minify' => array( 'label' => esc_html__( 'Minify only', 'w3-total-cache' ), ), 'combine' => array( 'label' => esc_html__( 'Combine only', 'w3-total-cache' ), ), ), ) ); ?> 'minify.css.http2push', 'label' => 'HTTP/2 push', 'control' => 'checkbox', 'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ), 'description' => wp_kses( sprintf( // translators: 1 opening HTML acronym tag for HTTP (Hypertext Transfer Protocol), 2 closing HTML acronym tag. __( 'For better performance, send files to browser before they are requested when using the %1$sHTTP%2$s/2 protocol.', 'w3-total-cache' ), '', '' ), array( 'acronym' => array( 'title' => array(), ), ) ) . ( 'file_generic' !== $this->_config->get_string( 'pgcache.engine' ) ? '' : wp_kses( sprintf( // translators: 1 HTML line break tag, 2 opening HTML b tag, 3 closing HTML b tag. __( ' %1$s%2$sNot supported by "Disk: Enhanced" page cache method for Nginx%3$s', 'w3-total-cache' ), '
', '', '' ), array( 'br' => array(), 'b' => array(), ) ) ), ) ); ?>
', '' ), array( 'acronym' => array( 'title' => array(), ), ) ); ?>

    $css_templates ) : if ( isset( $templates[ $css_theme ] ) ) : $index = 0; foreach ( $css_templates as $css_template => $css_locations ) : foreach ( (array) $css_locations as $css_location => $css_config ) : if ( ! empty( $css_config['files'] ) ) : foreach ( (array) $css_config['files'] as $css_file ) : $index++; ?>
  •  
    . name="css_files[][][][]" value="" size="70" />
_config->get_string( 'minify.engine' ) ) { $module = 'minify'; include W3TC_INC_DIR . '/options/parts/memcached.php'; } elseif ( 'redis' === $this->_config->get_string( 'minify.engine' ) ) { $module = 'minify'; include W3TC_INC_DIR . '/options/parts/redis.php'; } ?>
value="_config->get_integer( 'minify.lifetime' ) ); ?>" size="8" />

value="_config->get_integer( 'minify.file.gc' ) ); ?>" size="8" _config->get_string( 'minify.engine' ) ) { echo ' disabled="disabled"'; } ?> />

', '' ), array( 'acronym' => array( 'title' => array(), ), ) ); ?>

', '' ), array( 'acronym' => array( 'title' => array(), ), ) ); ?>

checkbox( 'minify.cache.files_regexp', false, '', true, null ); ?>

  • ', '', '', '' ), array( 'acronym' => array( 'title' => array(), ), 'a' => array( 'href' => array(), ), ) ); ?>
  • ', '', '', '' ), array( 'acronym' => array( 'title' => array(), ), 'a' => array( 'href' => array(), ), ) ); ?>