I am trying to write a Wordpress plugin that automatically posts a blog post at a specific time of the day. For example, read a bunch of RSS feeds and post a daily digest of all new posts.
There are plugins that do something similar to what I want, but many of them rely on the cron job for automatic scheduling. I will do this if necessary, but I was hoping there was a better way. Getting a regular Wordpress user to add a cron job is not entirely friendly.
Is there a good way to schedule a task that runs from a Wordpress plugin? It should not start at exactly the right time.
http://codex.wordpress.org/Function_Reference/wp_schedule_event
pseudo-cron , :
1, , - "" . , .
2, . , , "cron", , .
2 : -)
vBulletin Pseudo-Cron, , .
, Wordpress, , - , .
, - -. , , , . Wordpress index.php - , .htaccess, pseudo-cron.php, . , - , , script , .
Source: https://habr.com/ru/post/1696775/More articles:Why does Windows XP minimize my full screen window on my second screen? - javaHow to support multiple languages ββon a microcontroller? - embeddedSharePoint: Using RichHTML Field Type in Custom Content Type - content-typeFile with HTML .tiff file. - htmlProgrammatic access to browser history - firefoxWhat is the best way to populate a menu control on the main page? - .net-3.5Ajax XMLHttpRequest Object Constraint - ajaxUsing ActiveDirectoryMembershipProvider with two domain controllers - asp.netHow can I indicate that several versions of the dependent assembly are in order? - .netHow to make InputVerifier work with editable JComboBox - javaAll Articles