Files
WordPress/wp-includes/session.php
T

12 lines
243 B
PHP
Raw Normal View History

2016-12-03 03:51:41 +00:00
<?php
/**
* Session API
*
* @since 4.0.0
*/
_deprecated_file( basename( __FILE__ ), '4.7.0' );
require_once( ABSPATH . WPINC . '/class-wp-session-tokens.php' );
2017-11-30 23:11:00 +00:00
require_once( ABSPATH . WPINC . '/class-wp-user-meta-session-tokens.php' );