functions.phpに以下を記述
[php]if ( ! function_exists( 'post_is_in_descendant_category' ) ) {
function post_is_in_descendant_category( $cats, $_post = null ) {
foreach ( (array) $cats as $c…
update_field( 'フィールド名', '値', $post_id );参考 : https://developers.wano.co.jp/1373/
この投稿へのコメント
コメントはまだありません。