PluginProbe
Translate and Go multilingual – Automatic AI translation – wpLingua / 2.16.7
Translate and Go multilingual – Automatic AI translation – wpLingua v2.16.7
2.16.7 2.16.6 2.16.5 2.16.4 2.16.3 2.16.2 2.16.1 2.16.0 2.15.2 2.15.1 2.15.0 2.14.3 2.14.2 2.14.1 2.14.0 2.13.1 2.13.0 2.12.3 2.12.2 2.12.1 trunk 1.0.3 1.0.4 1.0.5 1.1.0 All 112 releases
← All changes | inc/buffering.php +3 -1 2.15.12.16.7 View file →
@@ -63,9 +63,11 @@
63 63 * @return void
64 64 */
65 65 function wplng_ob_start() {
66 66
67 - if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
67 + if ( wp_doing_cron() ) {
68 + return;
69 + } elseif ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
68 70
69 71 /**
70 72 * Is an AJAX call
71 73 */