• Trong ph?n code t?i th?y các b?n ?? t?p kh?ng t?n t?i

    function woocommerce_vietqr_woocommerce_blocks_support() {
    	if ( class_exists( 'Automattic\WooCommerce\Blocks\Payments\Integrations\AbstractPaymentMethodType' ) ) {
    		require_once dirname( __FILE__ ) . '/classes/class-wc-gateway-vietqr-blocks-support.php';
    		add_action(
    			'woocommerce_blocks_payment_method_type_registration',
    			function( Automattic\WooCommerce\Blocks\Payments\PaymentMethodRegistry $payment_method_registry ) {
    				$payment_method_registry->register( new WC_VietQR_Blocks_Support );
    			}
    		);
    	}
    }
    

    file /classes/class-wc-gateway-vietqr-blocks-support.php kh?ng h? t?n t?i

  • The topic ‘L?i kh?ng tìm th?y t?p’ is closed to new replies.