[Plugin: Relevanssi – A Better Search] Relevanssi Chron Indexing
-
WordPress has a built in chron job handler
i put this in my theme file:
if (!wp_next_scheduled('relevanssi_build_index')) { wp_schedule_event( time(), 'daily', 'relevanssi_build_index' ); }
Will this build the index every day? and if it will, why isn’t this part of the plugin. i don’t want to have to index every time i update my shortcode handled pages.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Relevanssi – A Better Search] Relevanssi Chron Indexing’ is closed to new replies.