PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
inc
/
builder
/
core
/
server
/
src
/
Ajax
<?php namespace UxBuilder\Ajax; class Data { public function get_data() { return wp_send_json_success( array( 'data' => true ) ); } }
[-] AjaxManager.php
[edit]
[-] DoShortcode.php
[edit]
[-] Terms.php
[edit]
[-] Posts.php
[edit]
[-] WpAttachment.php
[edit]
[-] PostSaver.php
[edit]
[+]
..
[-] Data.php
[edit]