1. Home
  2. Docs
  3. Simpods MVC
  4. Tutorials
  5. Ajax
  6. Cross Frontend Ajax

Cross Frontend Ajax

cross-site-ajax.php is designed to handle Ajax calls for the frontend only. Its location is ajax/cross-site-ajax.php. You can overwrite it in themes, or edit it directly if you integrate Simpods with a third party child theme. Ajax_Cross_Site is auto-instantiated.

You can access the functions in the simpods-functions.class.php through $funs. For example:

Copy to Clipboard