Home > php教程 > php手册 > Function.php版本的Comment Ajax

Function.php版本的Comment Ajax

WBOY
Release: 2016-06-06 20:08:27
Original
1051 people have browsed it

ZWW大叔改写了Willin 版本 Ajax 评论提交,我就直接拿过来修改,代码放到了function.php中,原因是comments-ajax.php每次提交评论都会请求require( dirname(__FILE__) . '/../../../wp-load.php' )这个文件,其实主题本身早已加载了,代码放置到function.php

ZWW大叔改写了Willin 版本 Ajax 评论提交,我就直接拿过来修改,代码放到了function.php中,原因是comments-ajax.php每次提交评论都会请求require( dirname(__FILE__) . '/../../../wp-load.php' )这个文件,其实主题本身早已加载了,代码放置到function.php即可。然后我基本就是照搬过来的,修改了部分php和jquery的代码。

出于一贯的恶趣味测试了下两者的速度,相差在15-20ms

下载地址:comments-ajax-1.3-modified-by-mufeng.zip

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template