aboutsummaryrefslogtreecommitdiff
path: root/srcs/wordpress/wp-includes/session.php
blob: 8e9918ad4cf1f12aaa7359478d4325832fc2b5c1 (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' );