Your IP : 216.73.216.95


Current Path : /var/www/leimaascholarshipfoundation/wp-content/plugins/elementor-pro/modules/payments/
Upload File :
Current File : /var/www/leimaascholarshipfoundation/wp-content/plugins/elementor-pro/modules/payments/module.php

<?php
namespace ElementorPro\Modules\Payments;

use ElementorPro\Base\Module_Base;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

class Module extends Module_Base {

	public function get_widgets() {
		return [
			'Paypal_Button',
		];
	}

	public function get_name() {
		return 'payments';
	}
}