A.Must Use plugin 可以做这项工作。
这只是一个大纲,必须经过全面测试:
add_shortcode( \'global_form\', \'shortcode_wpse_87634\' );
function shortcode_wpse_87634()
{
// Main site, ID=1, that has the form
switch_to_blog( 1 );
// Do your stuff
$my_stuff = something(); // maybe do_shortcode
// Back to original site
restore_current_blog();
// Return shortcode content
return $my_stuff;
}
此外,可能联系人表单插件必须通过网络激活才能工作
在网络范围内使用快捷码将与
mu-plugin
, 但要让表单真正在全球范围内运行,这是另一个问题。