This section lists all API that can be used to create, edit or otherwise manipulate subscriptions.
Attribute | Type | Description |
---|---|---|
id |
integer | Subscription ID (post ID) read-only |
order_number |
integer | Order number read-only |
<?php | |
/** | |
* Hook in on activation | |
*/ | |
/** | |
* Define image sizes | |
*/ | |
function yourtheme_woocommerce_image_dimensions() { | |
global $pagenow; |