或者怎么限制为10秒钟只能搜一次?
function disable_search($query, $error = true)
{
if (is_search() && !is_admin()) {
$query->is_search = false;
$query->query_vars[s] = false;
$query->query[s] = false;
if ($error == true) $query->is_404 = true;
}
}
add_action('parse_query', 'disable_search');
add_filter('get_search_form', function(){ return null; });
2楼 gogoo2 4小时前
像以前百度那样搞的第三方搜索估计没有了吧
3楼 中央银行 4小时前
像以前百度那样搞的第三方搜索估计没有了吧
我是指静态博客那种第三方站内搜索
4楼 柳泊风 4小时前
要关闭的话直接屏蔽掉相关css不就完了
5楼 中央银行 4小时前
要关闭的话直接屏蔽掉相关css不就完了
/?s= 屏蔽css有什么用
7楼 中央银行 4小时前
function disable_search($query, $error = true)
{
if (is_search() && !is_admin()) {
我的我去试试,可是这个怎么这么熟悉,貌似我之前用过
8楼 gogoo2 4小时前
我的我去试试,可是这个怎么这么熟悉,貌似我之前用过
试了结果后出来说一说。
9楼 中央银行 4小时前
试了结果后出来说一说。
Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /www/wwwroot/www.qvsijia.com/wp-content/themes/twentyseventeen/functions.php on line 764
Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /www/wwwroot/www.qvsijia.com/wp-content/themes/twentyseventeen/functions.php on line 765
10楼 q9.gs 4小时前
哪个版本的。
申明:本文内容由网友收集分享,仅供学习参考使用。如文中内容侵犯到您的利益,请在文章下方留言,本站会第一时间进行处理。
评论前必须登录!
立即登录 注册