author | ymh <ymh.work@gmail.com> |
Mon, 08 Sep 2025 19:44:41 +0200 | |
changeset 23 | 417f20492bf7 |
parent 16 | a86126ab1dd4 |
permissions | -rw-r--r-- |
5 | 1 |
<?php |
2 |
/** |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3 |
* Session API |
5 | 4 |
* |
5 |
* @since 4.0.0 |
|
16 | 6 |
* @deprecated 4.7.0 |
5 | 7 |
*/ |
8 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
9 |
_deprecated_file( basename( __FILE__ ), '4.7.0' ); |
5 | 10 |
|
16 | 11 |
require_once ABSPATH . WPINC . '/class-wp-session-tokens.php'; |
12 |
require_once ABSPATH . WPINC . '/class-wp-user-meta-session-tokens.php'; |