WC_Settings_Tax::conflict_error()
Creates the React mount point for the embedded banner.
Method of the class: WC_Settings_Tax{}
No Hooks.
Return
null
. Nothing.
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 7.5.1
<?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 }