関数
ItemPage::updateCurrentSku( int $post_id )
wcex_sku_selectパラメータ パラメータ
- $post_id
(数値) (必須)
ファイル: src/Views/ItemPage/ItemPage.php
public function updateCurrentSku($post_id) {
?>
$('.wishlist-button').attr('onclick', "return wcexwl.item.addToWishlist(event, this, '<?php echo $post_id; ?>', '" + data['sku_enc'] + "')");
<?php
}