ap_cache_page_get()

Description #

Source #

File: includes/cache.php

function ap_cache_page_get() {
	$dir = ap_cache_dir();
	if ( file_exists( $dir->path ) ) {
		return file_get_contents( $dir->path );
	}

	return false;
}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment