wp_cache_add_pages()WPSCache 1.0

No Hooks.

Return

null. Nothing (null).

Usage

wp_cache_add_pages();

wp_cache_add_pages() code WPSCache 1.12.0

function wp_cache_add_pages() {
	if ( wpsupercache_site_admin() ) {
		// In single or MS mode add this menu item too, but only for superadmins in MS mode.
		add_options_page( 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager' );
	}
}