server_configuration()->get_configuration_message(); $is_next_gen_page = 'smush-next-gen' === $this->get_slug(); ?>

%s', esc_attr( Webp_Configuration::DIRECT_CONVERSION_METHOD ), esc_html__( 'Direct Conversion', 'wp-smushit' ) ); if ( apply_filters( 'wpmudev_branding_hide_doc_link', false ) ) { printf( /* translators: %s: Direct Conversion link */ esc_html__( 'Please try the %s method if you don\'t have server access.', 'wp-smushit' ), $direct_conversion_link ); } else { $support_link = '' . esc_html__( 'contact support', 'wp-smushit' ) . ''; printf( /* translators: 1: Direct Conversion link, 2: Premium support link */ esc_html__( 'Please try the %1$s method if you don\'t have server access or %2$s for further assistance.', 'wp-smushit' ), $direct_conversion_link, $support_link ); } ?>