Home > Backend Development > PHP Tutorial > 用过WordPress,对WordPress插件熟习的前辈请进

用过WordPress,对WordPress插件熟习的前辈请进

WBOY
Release: 2016-06-13 12:58:58
Original
894 people have browsed it

用过WordPress,对WordPress插件熟悉的前辈请进
最近被派任务改公司内网上的bug,小弟网络编程不熟,所以过来求教

大体情况是,我们公司内网是WordPress搭起来的,其中加载了一个叫Achievements的第三方插件,给内网弄一个成就系统,现在有一个bug就是在某个人获得成就后应在公司邮箱里收到一封邮件,但是现在收到的邮件有问题

要修这个bug,怎么入手阿?是不是应该先研究下这个插件的源代码,看下这个邮件是怎么发的,再分析具体情况??

最后小弟现在不知道这些插件都是啥样的,是不是也是些php页面呢??

大虾们能不能就我这个情况给点想法涅??
------解决方案--------------------
肯定要研究下这个插件的源代码,不熟悉的话一时半会搞不定的
插件放在 根目录的wp-content/plugins 下面,每个插件占一个文件夹,相互独立,同样独立于系统,通过插件名很容易找到
慢慢折腾吧   祝好运~
------解决方案--------------------
现在收到的邮件有问题?
有什么问题?

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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template