除了 wordpress 之外,我认为在此处发布此内容是合适的,因为我的错误与 php 更相关。
我正在为我的网站用户使用 addthissocial 登录插件进行社交登录。但是当我尝试使用插件作者提供的快捷方式代码嵌入登录按钮时,它不起作用,我看到任何登录按钮。
当我尝试使用 wp-debug 进行调试时,出现以下错误
注意:未定义索引:第 130 行 /var/www/wp-content/plugins/addthis-social-sign-in/addthis_social_sign_in.php 中的 addthis_signature
这是第 130 行if( $_REQUEST[ 'addthis_signature' ] != "" )
我该如何解决这个问题?