Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
vBulletin で新しいユーザーを作成/挿入するための新しい PHP コードを作成できますか? または、Wordpress(wp_create_user()) の Function のような vBulletin からコードが存在しますか?
を開き、/admincp/user.phpこの文字列を見つけます
/admincp/user.php
$_REQUEST['do'] == 'add'
また、 のような新しいユーザーを追加する単一の機能がないことがわかりますwp_create_user()。
wp_create_user()