- 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.
推薦閱讀
- 從零開始構(gòu)建企業(yè)級RAG系統(tǒng)
- C語言程序設(shè)計案例教程(第2版)
- Java虛擬機(jī)字節(jié)碼:從入門到實戰(zhàn)
- Hands-On RESTful Web Services with Go
- OpenShift在企業(yè)中的實踐:PaaS DevOps微服務(wù)(第2版)
- 程序是怎樣跑起來的(第3版)
- Unity 5 for Android Essentials
- 深入RabbitMQ
- ASP.NET開發(fā)與應(yīng)用教程
- 新一代SDN:VMware NSX 網(wǎng)絡(luò)原理與實踐
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Oracle GoldenGate 12c Implementer's Guide
- 愛上C語言:C KISS
- INSTANT Apache ServiceMix How-to
- 計算語言學(xué)導(dǎo)論