RestroPress

⌘K
  1. Home
  2. RestroPress
  3. Developer Docs
  4. Functions
  5. 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?