# better-payment/2.2.0/includes/Admin/Elementor/Widget.php

Better Payment – Instant Payments, Donations, Fundraising with Subscriptions &amp; More, version 2.2.0. 30 lines.

- Page: https://pluginprobe.com/plugins/better-payment/2.2.0/code/includes/Admin/Elementor/Widget.php
- Raw: https://pluginprobe.com/plugins/better-payment/2.2.0/raw/includes/Admin/Elementor/Widget.php
- Modified: 2026-06-08T10:50:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/better-payment/2.2.0/code/includes/Admin/Elementor/Widget.php#L10-L20`.

```php
<?php

namespace Better_Payment\Lite\Admin\Elementor;

use Better_Payment\Lite\Controller;

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

/**
 * Widget handler class
 * 
 * @since 0.0.1
 */
class Widget extends Controller{

    /**
     * Initialize the class
     * 
     * @since 0.0.1
     */
    function __construct() {

    }
    
}
```
