Automattic\WooCommerce\Blocks\BlockTypes
CheckoutExpressPaymentBlock{}
CheckoutExpressPaymentBlock class.
Хуков нет.
Использование
$CheckoutExpressPaymentBlock = new CheckoutExpressPaymentBlock(); // use class methods
Методы
Нет Методов у класса.
Код CheckoutExpressPaymentBlock{} CheckoutExpressPaymentBlock{} WC 9.2.3
class CheckoutExpressPaymentBlock extends AbstractInnerBlock { /** * Block name. * * @var string */ protected $block_name = 'checkout-express-payment-block'; }