WC_Settings_Tax::conflict_error()publicWC 1.0

Creates the React mount point for the embedded banner.

Method of the class: WC_Settings_Tax{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Settings_Tax = new WC_Settings_Tax();
$WC_Settings_Tax->conflict_error();

WC_Settings_Tax::conflict_error() code WC 8.7.0

<?php
public function conflict_error() {
	?>
	<tr valign="top">
						<th scope="row" class="titledesc woocommerce_admin_tax_settings_slotfill_th">
						</th>
						<td class="forminp forminp-text woocommerce_admin_tax_settings_slotfill_td">
	<div id="wc_conflict_error_slotfill"> </div>
</td>
</tr>
	<?php
}