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