- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
「関数リファレンス/is object in taxonomy」の版間の差分
提供: WordPress Codex 日本語版
< 関数リファレンス
細 (→Source File) |
細 (== 関連項目 == を追加。) |
||
28行目: | 28行目: | ||
<code>is_object_in_taxonomy()</code> is located in {{Trac|wp-includes/taxonomy.php}}. | <code>is_object_in_taxonomy()</code> is located in {{Trac|wp-includes/taxonomy.php}}. | ||
+ | |||
+ | <div id="Related"> | ||
+ | == 関連項目 == | ||
+ | </div> | ||
+ | |||
+ | {{Taxonomy Tags}} | ||
{{原文|Function Reference/is object in taxonomy|117994}} <!-- 22:37, 20 May 2012 Scriptrunner 版 --> | {{原文|Function Reference/is object in taxonomy|117994}} <!-- 22:37, 20 May 2012 Scriptrunner 版 --> |
2014年7月6日 (日) 01:30時点における版
このページ「関数リファレンス/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 (最新版との差分)