Total Cache WebP Converter is currently is_extension_active( 'imageservice' ) ) { ?> enabled disabled .

array( 'imageservice', 'compression', ), 'label' => esc_html__( 'Compression type:', 'w3-total-cache' ), 'control' => 'radiogroup', 'radiogroup_values' => array( 'lossy' => 'Lossy', 'lossless' => 'Lossless', ), 'description' => esc_html__( 'Image compression type.', 'w3-total-cache' ), 'disabled' => false, ) ); Util_Ui::config_item( array( 'key' => array( 'imageservice', 'auto', ), 'label' => esc_html__( 'Auto-convert:', 'w3-total-cache' ), 'control' => 'radiogroup', 'radiogroup_values' => array( 'enabled' => 'Enabled', 'disabled' => 'Disabled', ), 'description' => esc_html__( 'Auto-convert images on upload.', 'w3-total-cache' ), 'disabled' => false, ) ); Util_Ui::config_item( array( 'key' => array( 'imageservice', 'visibility', ), 'label' => esc_html__( 'Visibility:', 'w3-total-cache' ), 'control' => 'selectbox', 'selectbox_values' => array( 'never' => array( 'label' => __( 'Never', 'w3-total-cache' ) ), 'extension' => array( 'label' => __( 'If extension is active', 'w3-total-cache' ) ), 'always' => array( 'label' => __( 'Always', 'w3-total-cache' ) ), ), 'description' => esc_html__( 'Show converted image attachments in the Media Library.', 'w3-total-cache' ), 'disabled' => false, ) ); ?>
null, 'label' => esc_html__( 'Convert all images:', 'w3-total-cache' ), 'label_class' => 'w3tc-imageservice-all', 'control' => 'button', 'none_label' => 'Convert All', 'description' => esc_html__( 'Convert all images in the media library.', 'w3-total-cache' ), ) ); Util_Ui::config_item( array( 'key' => null, 'label' => esc_html__( 'Revert all images:', 'w3-total-cache' ), 'label_class' => 'w3tc-imageservice-revertall', 'control' => 'button', 'none_label' => 'Revert All', 'description' => esc_html__( 'Revert all converted images in the media library.', 'w3-total-cache' ), ) ); ?>