Automattic\WooCommerce\Internal\Orders
OrderAttributionController::stamp_html_element()
Output <wc-order-attribution-inputs> element that contributes the order attribution values to the enclosing form. Used customer register forms, and for checkout forms through stamp_checkout_html_element().
Метод класса: OrderAttributionController{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$OrderAttributionController = new OrderAttributionController(); $OrderAttributionController->stamp_html_element();
Код OrderAttributionController::stamp_html_element() OrderAttributionController::stamp html element WC 9.6.1
public function stamp_html_element() { printf( '<wc-order-attribution-inputs></wc-order-attribution-inputs>' ); }