WC_Settings_Tax::conflict_error
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 Settings Tax::conflict error WC 10.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_tax_settings_slotfill"> </div>
</td>
</tr>
<?php
}