主题功能。php是wordpress之后加载的第一个文件,它会在每次页面加载时加载,因此您可以使用它获取变量。您可以创建一个类似于so的函数,并将其放在函数中。主题的php:
global $fromwhere;
if(isset($_GET[\'from\']) and $_GET[\'from\'] == \'columbiansite\'){
global $fromwhere;
$fromwhere = \'columbia\';
}
然后,您可以编辑contact 7表单插件,如下所示:
global $fromwhere;
if($fromwhere == \'columbia\'){
recpient = \'[email protected]\';
}
然后,您需要更改哥伦比亚站点的重定向,以包括
?from=columbiansite
在url的末尾。这不是一个精确的代码示例,而是一个可以产生所需结果的过程示例。有可能是一个过滤器的联系形式7收件人,但我不熟悉的插件。