summaryrefslogtreecommitdiffstats
path: root/wp-includes/session.php
blob: df2a042ca6ce9fe4389a1a08e02d6a756f3b8443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * Session API
 *
 * @since 4.0.0
 * @deprecated 4.7.0
 */

_deprecated_file( basename( __FILE__ ), '4.7.0' );

require_once ABSPATH . WPINC . '/class-wp-session-tokens.php';
require_once ABSPATH . WPINC . '/class-wp-user-meta-session-tokens.php';