WordPress函数文档current_theme_supports()

判断当前主题是否支持某个功能特性 描述 Checks a theme’s support for a give…

判断当前主题是否支持某个功能特性

描述

Checks a theme’s support for a given theme feature.

用法

<?php current_theme_supports$feature ); ?>

参数

$feature

(string) (必填) the feature being checked

默认值: None

Features list:

  • ‘post-thumbnails’
  • ‘post-formats’
  • ‘custom-header’
  • ‘custom-background’
  • ‘menus’
  • ‘automatic-feed-links’
  • ‘editor-style’
  • ‘widgets’
  • ‘html5’
  • ‘title-tag’

返回值

(boolean) 

示例

注意

  • 使用到 global: (unknown type) $_wp_theme_features

历史

  • 添加于 版本: 2.9.0

源文件

current_theme_supports() 函数的代码位于 wp-includes/theme.php.

相关

Theme Support:
add_theme_support(),
remove_theme_support(),
current_theme_supports()

Theme Features:
sidebar,
menus,
post-formats,
title-tag,
custom-background,
custom-header,
post-thumbnails,
automatic-feed-links,
html5,
editor-style,
content_width

  • 原文:http://codex.wordpress.org/Function_Reference/current_theme_supports
类别:WordPress函数文档

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT