|
1
|
<?php |
|
2
|
|
|
3
|
|
|
4
|
namespace Jet_Form_Builder\Admin\Buttons; |
|
5
|
|
|
6
|
use JFB_Components\Admin\Buttons; |
|
7
|
|
|
8
|
// If this file is called directly, abort. |
|
9
|
if ( ! defined( 'WPINC' ) ) { |
|
10
|
die; |
|
11
|
} |
|
12
|
|
|
13
|
class Base_Vui_Button extends Buttons\Base_Vui_Button { |
|
14
|
|
|
15
|
} |
|
16
|
|