Automattic\WooCommerce\Internal\Orders
OrderAttributionBlocksController::register
Register this class instance to the appropriate hooks.
Метод класса: OrderAttributionBlocksController{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$OrderAttributionBlocksController = new OrderAttributionBlocksController(); $OrderAttributionBlocksController->register();
Код OrderAttributionBlocksController::register() OrderAttributionBlocksController::register WC 10.5.2
public function register() {
add_action( 'init', array( $this, 'on_init' ) );
}