- 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.
推薦閱讀
- Learning NServiceBus(Second Edition)
- 深度實(shí)踐OpenStack:基于Python的OpenStack組件開發(fā)
- The Modern C++ Challenge
- Learning Docker
- Mastering Python Scripting for System Administrators
- Bootstrap Essentials
- 你必須知道的204個Visual C++開發(fā)問題
- 網(wǎng)絡(luò)爬蟲原理與實(shí)踐:基于C#語言
- Unity 3D腳本編程:使用C#語言開發(fā)跨平臺游戲
- Rust游戲開發(fā)實(shí)戰(zhàn)
- 區(qū)塊鏈架構(gòu)之美:從比特幣、以太坊、超級賬本看區(qū)塊鏈架構(gòu)設(shè)計
- 大學(xué)計算機(jī)基礎(chǔ)實(shí)訓(xùn)教程
- Python 快速入門(第3版)
- 游戲設(shè)計的底層邏輯
- Learning D3.js 5 Mapping(Second Edition)