ソニーペイメントサービスの2つの決済モジュール

Welcart Beldad 1.0.10 をリリース

Welcart Beldad 1.0.10 をリリースしました。

  1. 「edit_category_form_fields」非推奨関数の修正
  2. 商品カテゴリーリストのエラー修正

「edit_category_form_fields」非推奨関数の修正

コード修正: welcart_basic-beldad/inc/term-customized.php 200行目あたり

※ 「edit_category_form_fields」関数を「category_edit_form_fields」に変更

add_filter( 'category_edit_form_fields', 'wcct_description' );
if ( !function_exists( 'wcct_description' ) ):
function wcct_description( $tag ) {

商品カテゴリーリストのエラー修正

コード修正: welcart_basic-beldad/front-page.php 98行目あたり

※ if文のコード修正

if ( ! empty( $img_thumb_url ) || ! empty( $img_catimg_url )  )
$term_ids[] = $target_term->term_id;