Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
投稿があるカスタムフィールドの数を確認する方法。値を取得したくないのですが、投稿があるカスタムフィールドの数を確認する必要があります。
<?php // get only the keys as you only need the number $cfields = get_post_custom_keys($post_id); // num_cfields will store the number of custom fields $num_cfields = count($cfields); ?>
get_post_customとget_post_custom_valuesもあります