- WordPress Plugin Development Beginner's Guide
- Vladimir Prelovac
- 389字
- 2021-05-21 20:12:17
Final notes
Before we start with development, let's have a quick reminder on how to install and manage WordPress plugins. Also I'll mention a handy tip for quickly accessing code examples.
Installing and managing plugins
When you want to install a plugin, you need to follow these simple steps:
- Upload the plugin folder (for example
wp-wall
) to your server'swp-content/plugins/
folder. - Go to your WordPress administration section, and select Plugins from the menu. This will give you a list of all the installed plugins. Scroll down the list until you find yours, and click Activate.
If you intend to manually update the plugin files on a live site, it is advisable to deactivate the plugin first using the Plugins menu.
Strictly speaking, on a development blog where you are the only user, this can be skipped to save time.
If you need more information regarding plugin management, you can refer to the latest WordPress manual found at http://codex.wordpress.org/Managing_Plugins.
Searching documentation
During the plugin development, you will more or less need to refer to documentation.
Luckily, you will have this book on your hand either in paper or in a PDF form, so you can take a quick look. Then, you also have the WordPress online documentation found at http://codex.wordpress.org/Main_Page.
Due to the rapid speed at which WordPress has been developing, not all the functions have been documented.
So, I keep a copy of the latest version of WordPress locally. This way, I am able to find the reference to the function in the WordPress core quickly, and figure out how it is used.
I also tend to keep a local copy of the entire plugin repository on my computer (you can find more details on how to do that in Chapter 8) so that I can search through the entire plugin repository and find instances of this function used by other plugin authors (and you can always find new and creative uses as well).

Using other plugins for this purpose can really save a lot of time, and it is often the easiest way to learn how to perform certain functionalities.
- GIMP 2.6 cookbook
- Apache OFBiz Development: The Beginner's Tutorial
- 邊做邊學(xué):3ds Max 2014動畫制作案例教程
- Wordpress 3 Complete
- Procreate繪畫創(chuàng)作從入門到精通
- 中文版AutoCAD基礎(chǔ)培訓(xùn)教程
- Photoshop CC入門與進(jìn)階
- Illustrator平面設(shè)計(jì)立體化教程:Illustrator 2021(微課版)
- Microsoft Dynamics GP 2010 Reporting
- 中文版Photoshop CC2018從入門到精通(第4版)
- 精進(jìn)PPT:PPT設(shè)計(jì)思維、技術(shù)與實(shí)踐(第3版)
- 中文版3ds Max/VRay效果圖制作完全自學(xué)教程(實(shí)例培訓(xùn)教材版)
- Altium Designer 21 PCB設(shè)計(jì)官方指南(高級實(shí)戰(zhàn))
- Unreal Development Kit Beginner's Guide
- Transformer自然語言處理實(shí)戰(zhàn):使用Hugging Face Transformers庫構(gòu)建NLP應(yīng)用