astra_remote_docs_data()

Get the remote WP-Astra docs data.


Description


Source

File: inc/extras.php

function astra_remote_docs_data() {
	$astra_docs_instance = astra_docs_loader_instance( 'https://wpastra.com/wp-json/powerful-docs/v1/get-docs', 'astra-docs' );
	return json_decode( $astra_docs_instance->get_remote_data() );
}

Changelog

Changelog
Version Description
4.6.0 Introduced.


User Contributed Notes

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