WC_Settings_Tax::conflict_error
Creates the React mount point for the embedded banner.
Method of the class: WC_Settings_Tax{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Settings_Tax = new WC_Settings_Tax(); $WC_Settings_Tax->conflict_error();
WC_Settings_Tax::conflict_error() WC Settings Tax::conflict error code WC 10.6.2
<?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_tax_settings_slotfill"> </div>
</td>
</tr>
<?php
}