function wp_cache_add($key, $data, $flag = '', $expire = 0) { global $wp_object_cache; return $wp_object_cache->add($key, $data, $flag, ...
確定! 回上一頁