summaryrefslogtreecommitdiff
path: root/www/crm/wp-includes/session.php
blob: 3a8411a90b2e27faa5a9e8ac29bcebca6a24f833 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/**
 * Session API
 *
 * @since 4.0.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' );