Add URLs to the preload list or execute my PHP before automatic preload of URLs
-
Hi,
Do you have a filter/action to run once and right before the automatic preload/caching of URLs starts? Maybe something before run_scheduled_cache_preload() be called.
I found these:
do_action(‘ud_task_before_initialise’, $this, $options);
do_action(‘ud_task_initialised’, $this);
do_action(‘ud_task_started’, $this);
do_action(‘ud_task_initialise_complete’, $this, $options);I need to append some custom URLs to sitemap.xml file.
Or, I’d like to add custom URLs to the preload list.
Thanks in advance.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Add URLs to the preload list or execute my PHP before automatic preload of URLs’ is closed to new replies.