Automattic\WooCommerce\Internal\Orders
OrderAttributionController::stamp_checkout_html_element_once
Deprecated since 0.5.0. It is no longer supported and may be removed in future releases. Use
stamp_html_element() instead.Handles the <wc-order-attribution-inputs> element for checkout forms.
Method of the class: OrderAttributionController{}
No Hooks.
Returns
null. Nothing (null).
Usage
$OrderAttributionController = new OrderAttributionController(); $OrderAttributionController->stamp_checkout_html_element_once();
Changelog
| Since 9.0.0 | Introduced. |
| Deprecated since 10.5.0 | Use stamp_html_element() instead. |
OrderAttributionController::stamp_checkout_html_element_once() OrderAttributionController::stamp checkout html element once code WC 10.6.2
public function stamp_checkout_html_element_once() {
wc_deprecated_function( __METHOD__, '10.5.0', 'stamp_html_element' );
$this->stamp_html_element();
}