- WordPress Complete(Sixth Edition)
- Karol Król
- 132字
- 2021-07-02 18:30:01
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The wp-config.php file allows us to set this."
A block of code is set as follows:
function doctype_styles_new_styles() { wp_register_style('doctypes_styles', plugins_url ('doctype_styles_new.css', __FILE__)); wp_enqueue_style('doctypes_styles'); }
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Click on Save, as you would with any widget."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- SoapUI Cookbook
- 編寫(xiě)高質(zhì)量代碼:改善Python程序的91個(gè)建議
- Django:Web Development with Python
- Scratch 3游戲與人工智能編程完全自學(xué)教程
- 從0到1:Python數(shù)據(jù)分析
- Jenkins Continuous Integration Cookbook(Second Edition)
- jQuery Mobile移動(dòng)應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)(第3版)
- Python深度學(xué)習(xí):模型、方法與實(shí)現(xiàn)
- Natural Language Processing with Java and LingPipe Cookbook
- 小程序,巧應(yīng)用:微信小程序開(kāi)發(fā)實(shí)戰(zhàn)(第2版)
- ScratchJr趣味編程動(dòng)手玩:讓孩子用編程講故事
- Troubleshooting Citrix XenApp?
- C編程技巧:117個(gè)問(wèn)題解決方案示例
- 現(xiàn)代C:概念剖析和編程實(shí)踐
- Python 3 Object:oriented Programming(Second Edition)