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; }
Expand full source code Collapse full source code View on GitHub: includes/cache.php:37
Add your comment