この$post_typeが登録された階層をサポートする設定をされていた場合、trueを返します。注:この機能は、バージョン3.0で追加されました。
Returns true if this $post_type has been set with hierarchical support when registered. Note: This ability was added at Version 3.0.
目次
is_post_type_hierarchical(‘book’)
book投稿タイプが階層のサポートを持つとして登録された場合、trueを返します。
Returns true if the book post type was registered as having support for hierarchical.
コメント