• Hello, not sure if this plugin is still supported.

    The plugin code needs a fix to allow shortcodes to work with AJAX requests. In AddActionsAndFilters_Plugin.php:

    $isAdminPage = is_admin();

    should be replaced with:

    $isAdminPage = is_admin() && !wp_doing_ajax();

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Ajax request support’ is closed to new replies.