[php] <?php
//子カテゴリ一覧を取得
$cat_child = get_term_children($category->cat_ID ,'category' );
//新規配列に表示させる親カテゴリと非表示の子カテゴリIDを追加
//非表示にするカテゴリはIDの前に「-」マイナスをつける
$args_cat = array($category->…
update_field( 'フィールド名', '値', $post_id );参考 : https://developers.wano.co.jp/1373/
graffiti on the web
この投稿へのコメント
コメントはまだありません。