|
@@ -4,9 +4,9 @@ |
|
4
|
4
|
use Elementor\Data\V2\Base\Endpoint; |
|
5
|
5
|
use WP_REST_Server; |
|
6
|
6
|
|
|
7
|
7
|
if ( ! defined( 'ABSPATH' ) ) { |
|
8
|
|
- exit; // Exit if accessed directly. |
|
8
|
+ exit; // Exit if accessed directly |
|
9
|
9
|
} |
|
10
|
10
|
|
|
11
|
11
|
class Index extends Endpoint { |
|
12
|
12
|
public function get_name() { |