RestroPress

⌘K
  1. Home
  2. Docs
  3. RestroPress
  4. Developer Docs
  5. Functions
  6. rpress_is_ajax_enabled()

rpress_is_ajax_enabled()

This function can be used to check if ajax is enabled for Easy Digital Downloads. If you are integrating restropress into your theme, this may be very useful.

$is_ajaxed = rpress_is_ajax_enabled();
// (boolean) "false" if not enabled
// (boolean) "true" if is enabled

How can we help?