You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( defined('DISABLE_WP_CRON') && DISABLE_WP_CRON ) {
126
+
$ife_errors[] = __(
127
+
'<strong>Scheduled imports are paused.</strong> WP-Cron is currently disabled on your site, so Facebook scheduled imports will not run automatically. Please enable WP-Cron or set up a server cron job to keep imports running smoothly.',
128
+
'import-facebook-events'
129
+
);
130
+
131
+
}
132
+
}
133
+
107
134
108
135
/**
109
136
* Load Admin Styles.
@@ -281,7 +308,7 @@ public function display_notices() {
0 commit comments