-
Hi,
I get an error when trying to edit permalink parameters (WordPress Admin).
Error I get an error in this file:
dhwc-ajax\includes\dhwc-brand\includes\class-dhwc-brand-admin.php
@line73
<input name=”dhwc_product_brand_slug” type=”text” class=”regular-text code” value=”<?php if ( isset( $permalinks[‘brand_base’] ) ) echo esc_attr( $permalinks[‘brand_base’] ); ?>” placeholder=”<?php echo _x(‘product-brand’, ‘slug’, DHVC_WOO) ?>” />
Seems to works with this update:
<input name=”dhwc_product_brand_slug” type=”text” class=”regular-text code” value=”<?php if ( isset( $permalinks[‘brand_base’] ) ) echo esc_attr( $permalinks[‘brand_base’] ); ?>” placeholder=”<?php echo _x(‘product-brand’, ‘slug’) ?>” />
Any idea with this ?
Regards,