Files
roi-theme/wp-content/plugins/restrict-content-pro/pro/includes/gateways/class-rcp-payment-gateway-stripe-checkout.php
root a22573bf0b Commit inicial - WordPress Análisis de Precios Unitarios
- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 21:04:30 -06:00

17 lines
398 B
PHP

<?php
/**
* Payment Gateway For Stripe Checkout
*
* @deprecated 3.2
*
* @package Restrict Content Pro
* @subpackage Classes/Gateways/Stripe Checkout
* @copyright Copyright (c) 2017, Pippin Williamson
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 2.5
*/
class RCP_Payment_Gateway_Stripe_Checkout extends RCP_Payment_Gateway_Stripe {
}