- 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.
推薦閱讀
- 數據科學實戰手冊(R+Python)
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- Photoshop智能手機APP UI設計之道
- C# 從入門到項目實踐(超值版)
- Hadoop+Spark大數據分析實戰
- Visual Basic程序設計習題解答與上機指導
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- Building Machine Learning Systems with Python(Second Edition)
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- Android高級開發實戰:UI、NDK與安全
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- 虛擬現實:引領未來的人機交互革命
- Neo4j權威指南 (圖數據庫技術叢書)
- Tkinter GUI Application Development Blueprints
- Switching to Angular 2