Ctx Feed Not Syncing
-
I’m using CTX FEED for Google and Facebook feeds, but it’s not syncing automatically. The only way to make it work is by manually clicking “Regenerate” and then clicking “Purge All” in LiteSpeed Cache.Tests I Performed
- I checked the cron job manager, but I didn’t see any task related to CTX FEED (or I couldn’t find it).
- With the help of ChatGPT, I generated a function for
functions.php
to add a cron job in WordPress <?phpif (!wp_next_scheduled('ctx_feed_cron_hook')) { wp_schedule_event(time(), 'hourly', 'ctx_feed_cron_hook'); }
However, this still doesn’t work automatically. Even though the cron job runs correctly, nothing happens, and the date doesn’t update. - The ONLY way to make it work is by manually clicking “Regenerate” and then clicking “Purge All” in LiteSpeed Cache.
What can I do?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.