- 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.
推薦閱讀
- Linux核心技術(shù)從小白到大牛
- Mastering Natural Language Processing with Python
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問題的Java實(shí)現(xiàn)
- Neo4j Essentials
- Banana Pi Cookbook
- 精通Scrapy網(wǎng)絡(luò)爬蟲
- Python機(jī)器學(xué)習(xí):手把手教你掌握150個(gè)精彩案例(微課視頻版)
- Mastering JBoss Enterprise Application Platform 7
- Learning Hadoop 2
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Principles of Strategic Data Science
- Java程序設(shè)計(jì)與項(xiàng)目案例教程
- 深入分析GCC
- JavaScript悟道
- 計(jì)算機(jī)組裝與維護(hù)(第二版)