- WordPress Plugin Development Beginner's Guide
- Vladimir Prelovac
- 172字
- 2021-05-21 20:12:14
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "Edit the insights.js file and add the functionality to insert the HTML directly into tinyMCE
."
A block of code will be set as follows:
/* Add Digg link to the end of the post */ function WPDiggThis_ContentFilter($content) { return $content.WPDiggThis_Link(); }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:
<?php the_content('<p class="serif">Read the rest of this entry »</p>’); ?>
<?php if (function_exists(WPDiggThis_Link)) echo WPDiggThis_Link(); ?>
New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this:
"Go to your WordPress Plugins admin panel."
推薦閱讀
- Sakai CLE Courseware Management
- Microsoft Forefront UAG 2010 Administrator's Handbook
- 創意UI:Photoshop玩轉移動UI設計
- Microsoft BizTalk Server 2010 Patterns
- Creo Parametric 5.0中文版從入門到精通
- SOLIDWORKS Visualize 實例詳解(微視頻版)
- SketchUp/Piranesi印象彩繪表現項目實踐
- 中文版Photoshop CC平面設計實用教程
- Visio圖形設計從新手到高手(兼容版)
- 巧學巧用Flash CS6制作動畫
- Service Oriented Java Business Integration
- Photoshop CC入門與提高
- 巧用ChatGPT高效搞定Excel數據分析
- NX Open API編程技術
- 構筑敏捷的開發團隊:微軟Visual Studio 2010實戰兵法