このファンクションは非推奨です。
ファンクション
asumil_get_wishlist_rows( string $out = '' )
お気に入りリストの行を返す、または表示する
パラメータ パラメータ
- $out
(文字列) (任意)
ファイル: src/Deprecated/functions.php
function asumil_get_wishlist_rows($out = '') { $html = wcexwl_get_wishlist_rows(); if (strtolower($out) === 'return') { return $html; } echo $html; }
バージョン | 説明 |
---|---|
3.0.0 | このファンクションは非推奨です。 |