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().
Method of the class: OrderAttributionController{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$OrderAttributionController = new OrderAttributionController(); $OrderAttributionController->stamp_html_element();
OrderAttributionController::stamp_html_element() OrderAttributionController::stamp html element code WC 9.9.3
public function stamp_html_element() { printf( '<wc-order-attribution-inputs></wc-order-attribution-inputs>' ); }