- 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".
推薦閱讀
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Node.js 10實戰
- JavaScript全程指南
- 微服務與事件驅動架構
- 深入淺出Java虛擬機:JVM原理與實戰
- Data Analysis with IBM SPSS Statistics
- JavaScript by Example
- Java EE 7 Development with NetBeans 8
- ADI DSP應用技術集錦
- Scala謎題
- Apache Kafka Quick Start Guide
- INSTANT Adobe Edge Inspect Starter
- 實戰Java高并發程序設計(第2版)
- Python Machine Learning Cookbook
- Using Yocto Project with BeagleBone Black