Automattic\WooCommerce\Internal\Orders

OrderAttributionBlocksController::registerpublicWC 1.0

Register this class instance to the appropriate hooks.

Метод класса: OrderAttributionBlocksController{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$OrderAttributionBlocksController = new OrderAttributionBlocksController();
$OrderAttributionBlocksController->register();

Код OrderAttributionBlocksController::register() WC 10.5.2

public function register() {
	add_action( 'init', array( $this, 'on_init' ) );
}