WC_Settings_Tax::conflict_errorpublicWC 1.0

Creates the React mount point for the embedded banner.

Метод класса: WC_Settings_Tax{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код WC_Settings_Tax::conflict_error() WC 9.9.3

<?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
}