Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Plugin Troubleshooting Guide
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
takayukister
August 25, 2019
How-to & DIY
0
130
Plugin Troubleshooting Guide
Presentation slides used at WordCamp Iloilo 2019.
takayukister
August 25, 2019
Tweet
Share
More Decks by takayukister
See All by takayukister
WordPress-Meetup-Intro
takayukister
0
120
開発者こそドキュメント書くべきだ、みたいな話(仮)
takayukister
0
76
プラグイン開発の理想と現実 (GDPR 編)
takayukister
1
370
プロなら絶対避けるべき! WordPress 12の落とし穴
takayukister
0
330
アクセシビリティに対する WordPress の責任について
takayukister
0
1.9k
はだかの王様とネイキッド・ワンダーランド
takayukister
0
670
7 Lessons Learned from 10 Years of Plugin Development
takayukister
3
230k
誰でも使えるプラグインを作りたい – WordPress プラグイン開発者の視点で考えるアクセシビリティ
takayukister
1
230k
What is the Responsibility of Plugin Developers?
takayukister
3
230k
Other Decks in How-to & DIY
See All in How-to & DIY
ブロックテーマをゴリゴリに使い倒してサイトを作った話 / Kansai WordPress Meetup 2025 01 25
tbshiki
1
1.6k
Goカードゲームを 作ってみた!
senoue
0
200
20250226_AI Code Agents祭り_MK_AIコーディングエージェントのコラボレーション開発
mk0721
PRO
0
140
ATOMS3R-CAMとClaude SKILLSでタイムラプスチャレンジ #iotlt
n0bisuke2
0
260
キャリア科目では教えてくれない、就活を生き抜く法則
logica0419
2
260
私がカンファレンスのプロポーザルを書くときに考えていること
kotomin_m
1
660
新婚19年目から学ぶ夫婦円満の正しい歩き方 / Life is beautiful
soudai
PRO
13
5k
LLMはTRPGのGMができる(確信)
kgmkm
0
2.4k
JAWS-UG/AWSコミュニティプログラムのご紹介 - JAWS-UG 佐賀
awsjcpm
2
220
ドローンをAWSで制御してみた
nagi900
0
110
登壇資料を素早く作るための順番
kotomin_m
7
1.7k
M5StickS3触ってXiaoZhiAI触ってみた #にぼし香 #iotlt
n0bisuke2
0
210
Featured
See All Featured
Leo the Paperboy
mayatellez
4
1.5k
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
3
72
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.6k
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
990
Code Reviewing Like a Champion
maltzj
528
40k
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
350
Building a Scalable Design System with Sketch
lauravandoore
463
34k
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
120
Large-scale JavaScript Application Architecture
addyosmani
515
110k
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
1
480
Tell your own story through comics
letsgokoyo
1
840
Transcript
Plugin Troubleshooting Guide
This is my profile page on WordPress.org. I'm a WordPress
plugin developer, and also engaged in many other activities in the community.
Fukuoka, Japan I'm from Fukuoka, Japan. Fukuoka is known as
the birthplace of Wapuu.
This is the world's first Wapuu cake. We made it
for WordCamp Fukuoka 2011.
This is Contact Form 7's plugin page on WordPress.org.
I have been maintaining this plugin for more than 10 years.
According to BuiltWith.com, Contact Form 7 has a 71% market
share in the “Feedback Forms and Surveys on the Entire Internet" category.
Because of its popularity, I constantly receive a lot of
support requests. Today, I tell you the secret of troubleshooting.
Troubleshooting in General
Troubles caused by WordPress core are very rare.
Most troubles are caused by its plugins and themes.
To find out which plugin is the culprit: •Try
deactivating all plugins at one time. •If the problem disappears, re-activate them one by one.
If you click on the "delete" link, the plugin will
try to wipe out all data related to it. If this is inconvenient for you, access the server via FTP and delete the plugin files manually. Be careful when you delete plugins
Cache might be connected to the trouble. Try
deleting all browser cache and page cache, and check to see if the behavior changes.
Some troubles are seen only when you are logged-in, or
when you are logged-out, and this information will be a useful hint to troubleshoot in many cases.
Getting Support from Community-based Forums
Don't send a direct message to developers to get
support. Many developers don't like to answer questions privately. Use public support forums instead.
Each plugin has a dedicated support forum on WordPress.org.
This screenshot image points to the "Support" link on a plugin page.
This is an example of a support forum for a
plugin.
At the bottom of the plugin support forum, there is
a form to create a new topic. Detailed information is necessary to get helpful support.
WP.org Support Forums are: •Volunteer-based Be polite and kind to
others. •Public forums Providing information publicly is needed.
Before using support forums, look through the Forum Guidelines
and FAQ on WordPress.org. Let's have a look at some of the topics.
Do Not Spam Don't do spammy activities on the forum.
Don't post comments for the purpose of promoting something. If you do that, you'll get a penalty.
No "Bump" Some users just post "Bump" with an attempt
to get attention for their forum posts. This will never work, and is prohibited.
No "Me Too" Don't hijack others' topics with a "Me
too" comment. It is rude to the original poster, and your problem is different from theirs in almost all cases.
Do Not Offer to Pay for Help Do Not Offer
to Work For Hire WordPress.org support forums are not a place to look for jobs or paid services.
If you are looking for jobs or paid services, use
jobs.wordpress.net instead.
Do Not Post About Commercial Products Posting about commercial
products is prohibited. The responsibility of support lies with the vendor of the product.
Do Not Post Sensitive Information Login ID and password,
email addresses, or any kind of keys or secrets should not be posted.
There are many other topics in the guidelines and FAQ.
Read them carefully and be a good forum participant.
Preventing Troubles from Happening
You can avoid troubles if you use trustworthy plugins only
✓ hosted on wordpress.org (100% GPL and free) ✓ maintained by experienced developers ✓ updated to the latest WordPress versions
Feedback is the most important factor in maintaining a quality
of software. Most commercial plugin and theme vendors can't get enough feedback in quality and quantity. Avoid them if you want to avoid troubles.
Thank you!