選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

11 行
242 B

  1. <?php
  2. /**
  3. * Session API
  4. *
  5. * @since 4.0.0
  6. */
  7. _deprecated_file( basename( __FILE__ ), '4.7.0' );
  8. require_once( ABSPATH . WPINC . '/class-wp-session-tokens.php' );
  9. require_once( ABSPATH . WPINC . '/class-wp-user-meta-session-tokens.php' );