- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
関数リファレンス/is object in taxonomy
提供: WordPress Codex 日本語版
< 関数リファレンス
2014年7月6日 (日) 00:53時点におけるGblsm (トーク | 投稿記録)による版 (en:Function Reference/is object in taxonomy 22:37, 20 May 2012 Scriptrunner)
Description
Determine if the given object type is associated with the given taxonomy.
Usage
%%%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
.