wp_cache_add_pages()
Хуков нет.
Возвращает
null. Ничего (null).
Использование
wp_cache_add_pages();
Код wp_cache_add_pages() wp cache add pages WPSCache 3.1.1
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' );
}
}