Astra_API_Init::astra_kb_data_scheduler()

Perform scheduler for Astra knowledge base data retriever for processing further in admin dashboard.


Description


Return

(void)


Source

File: admin/includes/class-astra-api-init.php

	public function astra_kb_data_scheduler() {
		update_option( 'astra_docs_data', self::astra_get_knowledge_base_data() );
	}

Changelog

Changelog
Version Description
4.0.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.