@return int */ function wp_session_cache_expire() { $wp_session = WP_Session::get_instance(); return $wp_session->cache_expiration(); } ...
確定! 回上一頁