wp_cache_add_pages()
No Hooks.
Return
null
. Nothing (null).
Usage
wp_cache_add_pages();
wp_cache_add_pages() wp cache add pages code WPSCache 1.12.4
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' ); } }