您最多选择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' );