开发者

Execute a function every x minutes

开发者 https://www.devze.com 2023-04-04 16:23 出处:网络
In WordPress, and without additional tools, how can I execute a function every x minutes? I want to import new posts from another website programmaticaly (namely videos from a YouTube account)开发者_

In WordPress, and without additional tools, how can I execute a function every x minutes?

I want to import new posts from another website programmaticaly (namely videos from a YouTube account)开发者_Python百科, and I don't want to execute all the required checks on every pageload.


I don't know WordPress that well, or how you are importing the new posts. But could you combine an HTML ( refresh ), and a javascript onRefresh() function?

0

精彩评论

暂无评论...
验证码 换一张
取 消