diff --git a/includes/class-geodir-fast-ajax.php b/includes/class-geodir-fast-ajax.php index 68cb679e..b883e441 100644 --- a/includes/class-geodir-fast-ajax.php +++ b/includes/class-geodir-fast-ajax.php @@ -171,7 +171,7 @@ public static function allowed_plugins( $plugins = array() ) { } // Non GD plugins - if ( strpos( $plugin, 'sitepress-multilingual-cms' ) !== false || strpos( $plugin, 'wpml-' ) === 0 || strpos( $plugin, 'loco-translate' ) !== false ) { + if ( strpos( $plugin, 'sitepress-multilingual-cms' ) !== false || strpos( $plugin, 'wpml-' ) === 0 || strpos( $plugin, 'loco-translate' ) !== false || strpos( $plugin, 'translatepress-' ) !== false ) { $allowed_plugins[] = $plugin; continue; } diff --git a/readme.txt b/readme.txt index 86a51fff..9531d0db 100644 --- a/readme.txt +++ b/readme.txt @@ -307,6 +307,7 @@ __WARNING: GDv2 is a significant update over GDv1 and may require manual work, s = GeoDirectory v2.3.41 - TBD = * OSM directions route should use listing location as an end point - CHANGED +* Skip TranslatePress plugin from Fast AJAX request - CHANGED = GeoDirectory v2.3.40 - 2024-02-15 = * Custom single post map is not loading on non GD pages - FIXED