説明
商品の Post ID からその商品のサブ画像の Post ID を取得する。
使い方
<?php $sub_ids = wel_get_sub_pict_ids( $post_id, $cache ); ?>
パラメータ
- $post_id
- (数値)投稿ID
- $cache(省略可)
- (boolean)true:キャッシュから取得(初期値)、false:キャッシュを使用せず取得
戻り値
- (array)
- 全てのサブ画像の Post ID
フック
- usces_filter_get_pictids
変更履歴
2.6
ソースファイル
usc-e-shop/includes/product/wel-item-functions.php
関連資料
- wel_get_main_pict_id() ・・・ 商品の Post ID からその商品のメイン画像の Post ID を取得する。
- wel_get_sub_pict_ids_by_code() ・・・ 商品の 商品コードからその商品のサブ画像の Post ID を取得する。
- wel_get_main_pict_id_by_code() ・・・ 商品コードからその商品のメイン画像の Post ID を取得する。