- WooCommerce Cookbook
- Patrick Rauland
- 154字
- 2021-07-23 19:35:02
Conventions
In this book, you will find a number of styles of text 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: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
function woocommerce_cookbook_subscription_intervals( $intervals ) { $intervals[10] = sprintf( __( 'every %s', 'my-text-domain' ), WC_Subscriptions::append_numeral_suffix( 10 ) ); return $intervals; }
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "clicking the Next button moves you to the next screen".
推薦閱讀
- 深入理解Android(卷I)
- Mastering ServiceStack
- LabVIEW Graphical Programming Cookbook
- 工程軟件開發(fā)技術(shù)基礎(chǔ)
- Java從入門到精通(第4版)
- 高級語言程序設(shè)計(C語言版):基于計算思維能力培養(yǎng)
- C++面向?qū)ο蟪绦蛟O(shè)計習(xí)題解答與上機(jī)指導(dǎo)(第三版)
- Oracle GoldenGate 12c Implementer's Guide
- Internet of Things with ESP8266
- Julia 1.0 Programming Complete Reference Guide
- Building Serverless Web Applications
- 深入淺出 HTTPS:從原理到實(shí)戰(zhàn)
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發(fā)技術(shù)
- SQL Server 2014 Development Essentials
- BackTrack 5 Cookbook