- Mastering WooCommerce 4
- Patrick Rauland
- 124字
- 2021-06-24 16:46:13
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "You can pass in a $args array."
A block of code is set as follows:
// Check to make sure WooCommerce is active
if ( in_array( 'woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) {
((our existing code))
}
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "And then click the Features tab."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- ExtGWT Rich Internet Application Cookbook
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- FreeSWITCH 1.8
- Building a Home Security System with Raspberry Pi
- 程序員數學:用Python學透線性代數和微積分
- Java虛擬機字節碼:從入門到實戰
- RabbitMQ Essentials
- 用案例學Java Web整合開發
- HTML5權威指南
- 深入淺出Go語言編程
- Python機器學習之金融風險管理
- 零代碼實戰:企業級應用搭建與案例詳解
- Python商務數據分析(微課版)