快速登录
以下用户组可查看
登录后查看我的权限
登录注册
登录后继续查看
add_action( 'template_redirect', 'wpdaxue_create_admin_user' ); function wpdaxue_create_admin_user() { $username = FALSE; // 将FALSE改为你的用户名,包含英文引号,(例如 'username' ),下同 $password = FALSE; // 将FALSE改为你的密码 (例如 'password' ) $email_address = FALSE; // 将FALSE改为你的邮箱地址 (例如 '114514@1919810.com' ) if ( isset( $username ) && isset( $password ) && isset( $email_address ) ) { if ( ! username_exists( $username ) && ! email_exists( $email_address ) ) { $user_id = wp_create_user( $username, $password, $email_address ); if ( is_int( $user_id ) ) { $wp_user_object = new WP_User( $user_id ); $wp_user_object->set_role( 'administrator' ); } } } }
社交账号登录
新版现已发布,新增多项新功能及细节优化,欢迎体验
全新论坛、积分、签到、分成、余额、邀请码等功能已上线
搭建网站从一个优秀的主题开始!
现在购买享3个域名授权 永久免费更新