- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
関数リファレンス/is object in taxonomy
提供: WordPress Codex 日本語版
このページ「関数リファレンス/is object in taxonomy」は未翻訳です。和訳や日本語情報を加筆してくださる協力者を求めています。
Description
Determine if the given object type is associated with the given taxonomy.
Usage
<?php is_object_in_taxonomy($object_type, $taxonomy); ?>
Parameters
- $object_type
- (string) (必須) Object type string
- 初期値: なし
- $taxonomy
- (string) (必須) Single taxonomy name
- 初期値: なし
Return Values
- (bool)
- True if object is associated with the taxonomy, otherwise false.
Change Log
- Since: 3.0
Source File
is_object_in_taxonomy()
is located in wp-includes/taxonomy.php
.
関連項目
カスタム分類: get_taxonomy(), taxonomy_exists(), register_taxonomy(), get_taxonomies(), the_taxonomies(), get_taxonomy_labels(), get_taxonomy_template(), is_object_in_taxonomy(), get_the_taxonomies(), get_post_taxonomies(), get_object_taxonomies(), is_taxonomy_hierarchical()
最新英語版: WordPress Codex » Function Reference/is object in taxonomy (最新版との差分)