MENU

is_taxonomy_hierarchical

この条件タグはタクソノミーオブジェクトが階層構造担っている場合にチェックします。これはboolean関数がグローバルを使用し、TRUE か FALSEのいづれかを返すことを意味しています。(falseの戻り値もタクソノミーが存在しないことを意味するかもしれません。)

タクソノミーが最初のオブジェクトであることを確認するためにチェックします。その時オブジェクトを取得し、最終的にオブジェクトに階層的な値を返します。

This Conditional Tag checks if the taxonomy object is hierarchical. This is a boolean function uses a global, meaning it returns either TRUE or FALSE (A false return value might also mean that the taxonomy does not exist).

checks to make sure that the taxonomy is an object first. Then gets the object, and finally returns the hierarchical value in the object.

目次

is_taxonomy_hierarchicalのファンクションタグ使用方法

[php][/php]

is_taxonomy_hierarchicalのパラメーター

$taxonomy

(string) (required)タクソノミーオブジェクトの名前。
デフォルト:なし

(string) (required) Name of taxonomy object
Default: None

戻り値

(boolean)タクソノミーが階層的であるかどうか。

(boolean)
Whether the taxonomy is hierarchical

注意

  • 参照: WordPressのタクソノミー.
  • Uses: taxonomy_exists()は、タクソノミーが存在するかどうかをチェックします。
  • Uses: get_taxonomy()はタクソノミーオブジェクトを取得するために使用します。
  • See Also: WordPress Taxonomy.
  • Uses: taxonomy_exists() Checks whether taxonomy exists.
  • Uses: get_taxonomy() Used to get the taxonomy object.

変更ログ

Since: 2.3.0

ソースファイル

is_taxonomy_hierarchical()は、wp-includes/taxonomy.php内に位置しています。

is_taxonomy_hierarchical() is located in wp-includes/taxonomy.php.

関連ファンクションタグ

Conditional Tags: comments_open(), is_404(), is_admin(), is_admin_bar_showing(), is_archive(), is_attachment(), is_author(), is_category(), is_comments_popup(), is_date(), is_day(), is_feed(), is_front_page(), is_home(), is_local_attachment(), is_multi_author, is_month(), is_new_day(), is_page(), is_page_template(), is_paged(), is_plugin_active(), is_plugin_active_for_network(), is_plugin_inactive(), is_plugin_page(), is_post_type_archive(), is_preview(), is_search(), is_single(), is_singular(), is_sticky(), is_tag(), is_tax(), is_taxonomy_hierarchical(), is_time(), is_trackback(), is_year(), in_category(), in_the_loop(), is_active_sidebar(), is_active_widget(), is_blog_installed(), is_rtl(), is_dynamic_sidebar(), is_user_logged_in(), has_excerpt(), has_post_thumbnail(), has_tag(), pings_open(), email exists(), post_type_exists(), taxonomy_exists(), term_exists(), username exists(), wp_attachment_is_image(), wp_script_is()

よかったらシェアしてね!
  • URLをコピーしました!

この記事を書いた人

WordPress Love! 休日はほぼWordPress仲間と一緒に勉強会や写真を撮りに行っています。現在育児中のため、オフが多いです(>△<<<)

コメント

コメントする

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください

目次