session.php 242 Bytes
Newer Older
imac's avatar
imac committed
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' );