Welcart

wel_get_main_pict_id / データ取得関数

商品の Post ID からその商品のメイン画像の Post ID を取得する。

説明

商品の Post ID からその商品のメイン画像の Post ID を取得する。存在しない場合は false を返します。

使い方

<?php
$main_id = wel_get_main_pict_id( $post_id, $cache );
?>

パラメータ

$post_id
(数値)投稿ID
$cache(省略可)
(boolean)true:キャッシュから取得(初期値)、false:キャッシュを使用せず取得

戻り値

数値
メイン画像の Post ID

フック

  • usces_filter_get_mainpictid

変更履歴

  • 2.6

ソースファイル

usc-e-shop/includes/product/wel-item-functions.php

関連資料