- 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."
推薦閱讀
- Active Directory Disaster Recovery
- UG NX10.0從新手到高手
- Celtx: Open Source Screenwriting Beginner's Guide
- Photoshop+Adobe Camera Raw+Lightroom(攝影后期照片潤飾實戰(zhàn))
- 零基礎(chǔ)學(xué)數(shù)碼攝影后期
- ASP.NET 3.5 Application Architecture and Design
- Drupal 6 Content Administration
- Photoshop插畫藝術(shù)火星風(fēng)暴
- 中文版Flash CS6動畫制作(慕課版)
- Vue.js實戰(zhàn)
- 詳解AutoCAD 2022室內(nèi)設(shè)計(第6版)
- AI繪畫基礎(chǔ)與商業(yè)實戰(zhàn)
- After Effects 影視后期特效:短視頻制作實戰(zhàn)寶典
- 中文版Photoshop CS5基礎(chǔ)培訓(xùn)教程(移動學(xué)習(xí)版)
- AutoCAD 2021中文版從入門到精通