🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 10:12:33 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
Blocks
/
BlockTypes
📍 /home/therahul/ramailobhela.com/wp-content/plugins/woocommerce/src/Blocks/BlockTypes
🔄 Refresh
✏️
Editing: CartExpressPaymentBlock.php
Writable
<?php namespace Automattic\WooCommerce\Blocks\BlockTypes; /** * CartExpressPaymentBlock class. */ class CartExpressPaymentBlock extends AbstractInnerBlock { /** * Block name. * * @var string */ protected $block_name = 'cart-express-payment-block'; /** * Uniform default_styles for the express payment buttons * * @var boolean */ protected $default_styles = null; /** * Current styles for the express payment buttons * * @var boolean */ protected $current_styles = null; }
💾 Save Changes
❌ Cancel