Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/go/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Wordpress多站点同表用户_Wordpress - Fatal编程技术网

Wordpress多站点同表用户

Wordpress多站点同表用户,wordpress,Wordpress,我已经安装了WordPress multisites,我希望所有站点中的用户都相同 我想不出来 我确实试过了 没用 有什么帮助吗?你说的“多站点”是什么意思?您是否安装了多个?正在定义的“$table”前缀在哪里?我是说wordpress网络,你是说一个?前缀是什么?? define( 'CUSTOM_USER_TABLE', $table_prefix.'my_users' ); define( 'CUSTOM_USER_META_TABLE', $table_prefix.'my_user

我已经安装了WordPress multisites,我希望所有站点中的用户都相同 我想不出来

我确实试过了

没用


有什么帮助吗?

你说的“多站点”是什么意思?您是否安装了多个?正在定义的“$table”前缀在哪里?我是说wordpress网络,你是说一个?前缀是什么??
define( 'CUSTOM_USER_TABLE', $table_prefix.'my_users' );
define( 'CUSTOM_USER_META_TABLE', $table_prefix.'my_usermeta' );